Skip to content

Commit

Permalink
chore: release to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hevele-moda committed Nov 11, 2024
1 parent b6ba0c0 commit b23b4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ workflows:
branches:
only:
- main
- next
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "semantic-release-npm-github",
"branch": "main"
"branches": ["main", {name: "next", prerelease: true}]
}

0 comments on commit b23b4a8

Please sign in to comment.