You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the info, although I had a different thing on mind. I already use a similar thing to what you shared, although when I manually create a release.
My idea was different here, in a work project I have a setup that basically takes the version from git, the branch and tags.
So if you create the branch: release/1.17
The first merged there is 1.17.0 and any subsequent merges are 1.17.1 etc.... it's automatic.
Until you create a new branch for 1.18 for example.
That goes together with the releasing system that tracks those branches pulls that version tag and creates a release setting that version on it.
So to create a new version I do not need to modify the code to change the version in a file. Just pushing it to the specific release branch and it will automatically increase the version number and do a release.
Automate versioning somehow.
The text was updated successfully, but these errors were encountered: