Need help with GitVersion 6 configuration #4289
Unanswered
CJCombrink
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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