Skip to content

Commit

Permalink
chore(frontend): update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Jul 20, 2023
1 parent cadab42 commit 13c827f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/frontend/.releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"branches": ["release", { "name": "beta", "prerelease": true }, { "name": "alpha", "prerelease": true }],
"branches": [
"release",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true },
{ "name": "online-demo", "prerelease": true }
],
"plugins": [
[
{
Expand Down

0 comments on commit 13c827f

Please sign in to comment.