Skip to content

Unable to get the correct version detected #147

Answered by PaulHatch
mortenn asked this question in Q&A
Discussion options

You must be logged in to vote

The change path basically adds a -- ${CHANGE_PATH} to all git commands is intended for fully independently versioning a sub project when you have multiple projects present and is typically used along with a namespace param. With this enabled, only commits on that path are considered. You have a commit with (MAJOR) which changes the readme, but this file isn't in the change path which is given as /src so it won't be considered.

If you haven't seen this already, you might want to have a look at the guide for details on common configurations.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mortenn
Comment options

Answer selected by mortenn
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