-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic versioning #34
Comments
Automatically parse Tag and add an incremented to merge commit. |
Was thinking the same, would be a tad problematic when we want a major version bump. Maybe we can drive this with a convention like always update minor, unless commit message contains |
if somebody misses this thing you could always make dummy commit into master (or a PR with it) to trigger tagging |
https://axion-release-plugin.readthedocs.io/en/latest/ So to summarize: Firstly, we need to check how forge handles funny semver variants to see if we can fool them somehow. Secondly, to change the versioning of all mods (again!) will require some serious convincing on the staff. They want something working with all mods and be done with it. Not learn another system (the sad truth). So we might need to prepare some good selling points Thirdly, some people have issues with syncing git tags to master. How could we Adresse that? |
It would be nice to have automatic minor or major version bump on each PR. This way nobody needs to remember to tag things.
The text was updated successfully, but these errors were encountered: