feat: fix delta apply to issues (#9830)

This commit is contained in:
Marcel Mraz
2025-08-07 15:38:58 +02:00
committed by GitHub
parent a3763648fe
commit df25de7e68
4 changed files with 174 additions and 27 deletions

View File

@@ -144,7 +144,7 @@ const askToCommit = (tag, nextVersion) => {
});
rl.question(
"Do you want to commit these changes to git? (Y/n): ",
"Would you like to commit these changes to git? (Y/n): ",
(answer) => {
rl.close();
@@ -189,7 +189,7 @@ const askToPublish = (tag, version) => {
});
rl.question(
"Do you want to publish these changes to npm? (Y/n): ",
"Would you like to publish these changes to npm? (Y/n): ",
(answer) => {
rl.close();