Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Dec 1, 2024
1 parent f4dfbf7 commit b5fb152
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Packages/src/.releaserc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"branches": [
"main",
"release",
"release-[0-9]+.x",
"[0-9]+.x",
{
"name": "release-preview",
"prerelease": "preview"
"name": "preview",
"prerelease": true
}
],
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit b5fb152

Please sign in to comment.