AlCalzone / release-script

Painless release management for Node.js projects
MIT License
14 stars 10 forks source link

[manual-review plugin] allow abort with rollback #125

Open mcm1957 opened 2 years ago

mcm1957 commented 2 years ago

The manual-review plugin stops excution after modifying some files. You have the option to continue (Are you done -> yes) or to wait.

Please add an option "abort" (or change the behavior of "no") so that the release script aborts and rolls back all changes. (git discard changes should do it).

If changes are required to correct messages a restart is required anyway to execute translation again.