Skip to content

Commit

Permalink
chore: cleanup release config
Browse files Browse the repository at this point in the history
  • Loading branch information
theBenForce committed Apr 23, 2020
1 parent d8e169f commit 7639e32
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,7 @@
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "CHANGELOG.md",
"label": "Changelog"
},
{
"path": "insomnia-plugin-cloudformation-output.vsix",
"label": "VSCode Extension Package"
}
]
}
],
"@semantic-release/github",
"@semantic-release/npm"
],
"verifyConditions": [
Expand All @@ -76,7 +62,7 @@
"@semantic-release/npm",
{
"path": "@semantic-release/github",
"assets": "insomnia-plugin-cloudformation-output.vsix"
"assets": "CHANGELOG.md"
}
]
}
Expand Down

0 comments on commit 7639e32

Please sign in to comment.