Skip to content

Commit

Permalink
ci: allow release via release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Feb 26, 2025
1 parent 098f5c3 commit 68a4ba1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
},
"release": {
"tagFormat": "${version}",
"branches": [
"master",
"release"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down Expand Up @@ -115,4 +119,4 @@
]
]
}
}
}

0 comments on commit 68a4ba1

Please sign in to comment.