Skip to content

Commit

Permalink
build: [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryC-3 committed Mar 23, 2023
1 parent 6ab1011 commit 4edd149
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
const zipName = "D2Nv${nextRelease.version}.zip";

module.exports = {
branches: ["master"],
branches: [
"master",
{
name: "semantic-release-integration",
prerelease: true,
},
],
plugins: [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 4edd149

Please sign in to comment.