Skip to content

How do I get my patch version incremented automatically on main without tags nor specific commit messages? #2660

Answered by franknarf8
franknarf8 asked this question in Q&A
Discussion options

You must be logged in to vote

Eh, that's weird; removing the next-version: 1.0.0 config fixes it. The following config yields the expected result :

Is that a bug?

mode: Mainline
branches:
  release:
    tag: 'rc'
  feature:
    regex: ^features?[/-]|^(pull|pull\-requests|pr)[/-]
    tag: 'dev'
  develop:
    tag: 'a'
  hotfix:
    tag: 'post'

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@asbjornu
Comment options

@franknarf8
Comment options

@asbjornu
Comment options

@HHobeck
Comment options

@ni-fgenois
Comment options

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