Skip to content

Renaming default branch in GitHub causes error #3769

Answered by asbjornu
0blu asked this question in Q&A
Discussion options

You must be logged in to vote

GitVersion has no idea what your stable branch is. You need to tell it that it is your main branch with the following branch configuration:

branches:
  main:
    regex: ^stable$

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0blu
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
Converted from issue

This discussion was converted from issue #3767 on November 14, 2023 08:54.