Skip to content

Commit

Permalink
Readd beta branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Aug 23, 2024
1 parent 8629363 commit 3f75e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
branches: ["main"],
branches: ["main", {name: 'beta', prerelease: true}],
plugins: ["@semantic-release/npm"]
};

0 comments on commit 3f75e39

Please sign in to comment.