Skip to content

Make gitversion start with 1.0.0 instead of 0.1.0 #3123

Answered by gep13
bitbonk asked this question in Q&A
Discussion options

You must be logged in to vote

The suggested approach would be to use the next-version attribute in the GitVersion.yml file. This is mentioned in the docs on this page:

https://gitversion.net/docs/reference/version-increments

As well as the Configuration section:

https://gitversion.net/docs/reference/configuration

So you would add:

next-version: 1.0.0

In the yaml file, and GitVersion would begin asserting the version number for the repository, using this as the starting point.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bitbonk
Comment options

@gep13
Comment options

Answer selected by bitbonk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants