Skip to content

Commit

Permalink
set main as release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fresa committed Jun 2, 2022
1 parent ff3b1a2 commit c7141dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/version_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ branches:
# Everything except main and master
regex: ^(?!(main|master)$)
track-merge-target: true
tracks-release-branches: true
source-branches: []
feature:
# Match nothing
Expand All @@ -23,6 +24,7 @@ branches:
# Match nothing
regex: ^\b$
main:
is-release-branch: true
source-branches: []
release:
# Match nothing
Expand Down

0 comments on commit c7141dd

Please sign in to comment.