@@ -616,7 +616,7 @@ describe("publish", () => {
616
616
"--yes" ,
617
617
"--no-push" ,
618
618
"-m" ,
619
- "' \"Bump version to: %s [skip ci]\"' " ,
619
+ "\"Bump version to: %s [skip ci]\"" ,
620
620
false ,
621
621
] ) ;
622
622
} ) ;
@@ -645,7 +645,7 @@ describe("publish", () => {
645
645
"--yes" ,
646
646
"--no-push" ,
647
647
"-m" ,
648
- "' \"Bump version to: %s [skip ci]\"' " ,
648
+ "\"Bump version to: %s [skip ci]\"" ,
649
649
false ,
650
650
] ) ;
651
651
} ) ;
@@ -674,7 +674,7 @@ describe("publish", () => {
674
674
"--yes" ,
675
675
"--no-push" ,
676
676
"-m" ,
677
- "' \"Bump version to: %s [skip ci]\"' " ,
677
+ "\"Bump version to: %s [skip ci]\"" ,
678
678
"--exact" ,
679
679
] ) ;
680
680
@@ -881,7 +881,7 @@ describe("publish", () => {
881
881
"--yes" ,
882
882
"--no-push" ,
883
883
"-m" ,
884
- "' \"Bump version to: %s [skip ci]\"' " ,
884
+ "\"Bump version to: %s [skip ci]\"" ,
885
885
false ,
886
886
] ) ;
887
887
} ) ;
@@ -924,7 +924,7 @@ describe("publish", () => {
924
924
"--yes" ,
925
925
"--no-push" ,
926
926
"-m" ,
927
- "' \"[skip ci] Custom version commit message\"' " ,
927
+ "\"[skip ci] Custom version commit message\"" ,
928
928
false ,
929
929
] ) ;
930
930
} ) ;
@@ -967,7 +967,7 @@ describe("publish", () => {
967
967
"--yes" ,
968
968
"--no-push" ,
969
969
"-m" ,
970
- "' \"Custom version commit message [skip ci]\"' " ,
970
+ "\"Custom version commit message [skip ci]\"" ,
971
971
false ,
972
972
] ) ;
973
973
} ) ;
@@ -1529,7 +1529,7 @@ describe("canary", () => {
1529
1529
"--yes" ,
1530
1530
"--no-push" ,
1531
1531
"-m" ,
1532
- `'" Bump independent versions [skip ci]"'` ,
1532
+ "\" Bump independent versions [skip ci]\"" ,
1533
1533
false ,
1534
1534
] ) ;
1535
1535
} ) ;
0 commit comments