Skip to content

Commit

Permalink
feat: 👷 supports prerelease
Browse files Browse the repository at this point in the history
BREAKING CHANGE: agenda3
  • Loading branch information
haydenull committed Nov 7, 2023
1 parent fa7221e commit 991d3ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.config.js → release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const pluginName = require('./package.json').name

module.exports = {
branches: 'main',
branches: ["main", { "name": "beta", "prerelease": true }],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 991d3ad

Please sign in to comment.