Need help with GitVersion 6 configuration #4289
Replies: 1 comment
-
I am closing this discussion for now. PS: Anyone is free to use my attached script to test their configurations |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a configuration file using GitVersion 6.0.4.
We follow the following workflow, manually, and would like to automate it or something as close as possible using GitVersion.
development
tags a new versionfeature/*
steps minor or major (depending onversion-bump-message
)bugfix/*
steps patchrelease/*
steps minor to beyond lastrelease/*
tagrelease/*
steps patch and tags a new versiondevelopment
except through merge commitI started out with
GitHubFlow/v1
and after this #4217 I am now tryingTrunkBased/preview1
but still can't seem to find the correct configuration to handle mergingrelease
into development.test_gitversion.zip
Attached is my configuration file as well as a bash script that I have created in the spirit of the unit tests of this project.
Extract the archive and execute the script.
The script creates a temp folder in
/tmp/
and then runs a set of git commands and evaluate the result of calling gitversion.I have indicated in the script where I fail using a
# <- HELP:
commentAny help will be appreciated, even if it is telling me that I am trying to do something that is not possible (yet)
Beta Was this translation helpful? Give feedback.
All reactions