-
I have the following mode: ContinuousDelivery
tag-prefix: 'v'
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
branches:
master:
tag: dev For my normal release process, I always want ContinuousDelivery. I always wait to release until I have a chance to test changes on If I do make a release on For those Is this possible? Do I need to do a per-branch configuration for tags & master separately to get this kind of behavior? I'm honestly not sure how to set this up. I'm not even sure if tags can be configured like branches in I hope what I'm asking for makes sense. I tried to give a lot of examples and detail. Let me know if there's more I can provide. Thanks in advance for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 18 replies
-
Hi Robert, Actually it's a little bit difficult for me to understand what you are trying to achieve. Could you maybe simplify your scenario? Or better create a integration test based on the main branch (because it targets the next 6.x version of GitVersion). Please let me know if you are not familiar with integration tests. Thank you. |
Beta Was this translation helpful? Give feedback.
Hi Robert,
Actually it's a little bit difficult for me to understand what you are trying to achieve. Could you maybe simplify your scenario? Or better create a integration test based on the main branch (because it targets the next 6.x version of GitVersion). Please let me know if you are not familiar with integration tests.
Thank you.