lyledouglass / wowtools

Tool for managing WoW installations and data backups
MIT License
5 stars 0 forks source link

Create a build script to check if the version has been updated as a required check before merging into main #79

Closed lyledouglass closed 2 months ago

lyledouglass commented 4 months ago

This would remove the error of checking into main and releasing with a tag, but having forgotten to update the app version in main.go

lyledouglass commented 2 months ago

Repurpose - set up conventional commit updates

lyledouglass commented 2 months ago

Added conventional commit version updates, which will update the tag version and also inject the new version into the version const in main.go at build time