Reinhard Moosauer
Reinhard Moosauer
Hi asbjornu, this is my configuration: ``` assembly-versioning-scheme: MajorMinorPatchTag mode: ContinuousDeployment branches: release: increment: Patch main: tag: alpha ignore: sha: [] merge-message-formats: {} ```
Hi asbjornu, thank you for your first feedback to this topic. Is my description and suggestion understandable to you?
Hi asbornu, Thank you, that sounds reasonable! Just tried it out: The result is not what I wanted yet, because the tag "3.0-alpha" from the "main" branch is still taking...
After some more tests, I found a promising approach: I realized that I want to have my "main" branch to act more like a "develop" branch. So I added this:...