za419 / CadenceBot

A Discord bot for Cadence Radio
MIT License
2 stars 1 forks source link

Add release number validation to tag-release #51

Open za419 opened 3 years ago

za419 commented 3 years ago

This can never be complete, but it should be doable and useful to update tag-release to validate that the release number:

Consider switching this to instead provide a scope - IE tag-release.sh minor, and having the script automatically compute the new version number.

This would however incur future costs to support format changes - IE a beta release would need a --type sort of flag, and adding more than major.minor.patch.build would require some way to pass that into the script.