Skip to content

Commit

Permalink
build: test
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryC-3 committed Mar 23, 2023
1 parent 4edd149 commit c8ccb46
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const zipName = "D2Nv${nextRelease.version}.zip";

module.exports = {
branches: [
"master",
Expand Down Expand Up @@ -27,19 +25,7 @@ module.exports = {
},
],
"@semantic-release/release-notes-generator",
[
"semantic-release-chrome",
{
asset: zipName,
target: "local",
},
],
[
"@semantic-release/github",
{
assets: { path: `./${zipName}` },
},
],
"@semantic-release/github",
[
"@semantic-release/git",
{
Expand Down

0 comments on commit c8ccb46

Please sign in to comment.