How to bump patch version on each commit to main? #4341
Unanswered
jameswoodley
asked this question in
Q&A
Replies: 1 comment
-
For this you need to use the mainline version strategy which is included in the workflow: TrunkBased/preview1 Link[1]: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using Octopus Deploy, and need to have each push to main bump the patch version.
We tag on major and minor versions, so that part is as expected, but we just want each commit on main to bump the patch. Instead it is keeping the patch as-is, but adding a pre-release version. I.e. 9.0.1-4
We need in this instance each push to main to make a 9.0.2, 9.0.3, 9.0.4 and so on.
Currently we are using
What else do we need to do to lose the pre-release suffix, and just bump the patch on each release into Octopus?
Beta Was this translation helpful? Give feedback.
All reactions