Skip to content

Commit

Permalink
Merge pull request #21 from k2tzumi:fix-main-branch
Browse files Browse the repository at this point in the history
Fix releaseBranch
  • Loading branch information
k2tzumi authored Mar 12, 2023
2 parents 978cb05 + 8cad619 commit 9266229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tagpr
on:
push:
branches:
- main
- master

jobs:
tagpr:
Expand Down
2 changes: 1 addition & 1 deletion .tagpr
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Flag whether or not v-prefix is added to semver when git tagging. (e.g. v1.2.3 if true)
[tagpr]
vPrefix = true
releaseBranch = main
releaseBranch = master
versionFile = package.json
majorLabels = major
minorLabels = enhancement,minor

0 comments on commit 9266229

Please # to comment.