-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add semantic versioning support #351
Comments
This is a fair bit complicated than it seems. We discussed this in today's stand-up and decided that we need to scope this further in grooming but here are the cliffnotes:
Semi-relevant ticket: |
@vpetersson @marvinmarnold are we still thinking to include semantic versioning at some point? or is the nebra software version hash thing sufficient for now? |
Yeah i still want to add proper semantic versioning for this as it will be a lot easier to generate change logs for. |
It would be better to switch to semantic versioning, where application version is controlled automatically via GitHub.
One point is missing on my side, though. The documentation clearly explains how to bump the major and minor version numbers, but it's not clear how to bump maintenance and prerelease numbers.
The text was updated successfully, but these errors were encountered: