Replies: 1 comment
-
Update: the current config is as follows:
|
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
-
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
5.12.0
Operating system
Linux
What are you seeing?
Hello
I am currently trying to configure gitversion but can't set it up the way i would like.
We do all of our development directly on the dev branch, feature branches are not used.
This is because a single project most of the time only has 1 person working on it.
We automatically deploy to the test-stage from dev.
As soon as the code on the dev branch is deemed stable, it gets merged into main.
This pull request causes the code to be deployed to prod.
Currently, i am using the configuration below. I tried multiple configurations but none of them worked the way i intended.
What is expected?
In light of this workflow, we would wish for the following behaviour
Is it possible to implement this behaviour using the config?
Steps to Reproduce
See the config described above
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
Beta Was this translation helpful? Give feedback.
All reactions