Version calculation and release branches #2659
-
I have a question about calculation algorithm. We would like to version our projects basing on tag prefix but as soon as there is any branch release/version it is overriding the version we set on tags for each projects. I know that monorepo is not supported scenario but I’m wonder is it possible to turn off versioning basing on current release branches in repo? I figure out that setting is-release-branch: false on release branch configuration do the trick but I’m not sure if this change could affect other use cases. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Setting |
Beta Was this translation helpful? Give feedback.
If you don't want the branch name to affect the version number, then yes – that's the right way to do it.