Skip to content

Commit

Permalink
ci: Refine semantic release types
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatchapon Unprasert committed Nov 8, 2024
1 parent 00dd755 commit 5c6a895
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@
"channel": "next"
},
{
"name": "*",
"name": "beta",
"channel": "beta",
"prerelease": "beta"
},
{
"name": "develop/*",
"channel": "alpha",
"prerelease": "alpha"
}
],
Expand Down

0 comments on commit 5c6a895

Please sign in to comment.