File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ # TESTING: Uncomment the line below to allow releases from the current branch
8+ # This makes it easy to test semantic release on any branch.
9+ # To disable, comment out this line.
10+ - semantic-release
711 workflow_dispatch :
812 inputs :
913 dry_run :
Original file line number Diff line number Diff line change @@ -137,6 +137,14 @@ match = "(main|master)"
137137prerelease_token = " "
138138prerelease = false
139139
140+ # TESTING: Uncomment the section below to allow releases from the current branch
141+ # This makes it easy to test semantic release on any branch.
142+ # To disable, comment out this entire section.
143+ [tool .semantic_release .branches .test ]
144+ match = " .*" # Matches any branch name
145+ prerelease_token = " rc"
146+ prerelease = true
147+
140148[tool .semantic_release .branches .pre_release ]
141149match = " (pre-.*|beta.*|alpha.*)"
142150prerelease_token = " rc"
You can’t perform that action at this time.
0 commit comments