Description
The release.sh mixed the processes of release candidate build and releasing with bump. there are some tricky issues without decoupling those 2 works.
The improvement should explicitly allow release manager to issues 2 type of commands for them respectively, e.g.
release.sh candidate <args>... # this is for candidate build release.sh bump <args>... # this is for final releasing and bump version into a new version
Attachments
Issue Links
- links to