Skip to content

Commit

Permalink
feat: add branch for prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-streng committed Jan 7, 2024
1 parent 914a456 commit 3f852e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// eslint-disable-next-line no-undef
module.exports = {
branches: ["master"],
branches: ["master", { name: "pre", prerelease: true }],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 3f852e5

Please sign in to comment.