Skip to content

Commit

Permalink
Merge pull request #10 from NullVoxPopuli/fix-release
Browse files Browse the repository at this point in the history
fix(release): add semantic release config to package.json
  • Loading branch information
NullVoxPopuli authored Sep 27, 2022
2 parents 990079f + e3f9ccb commit c9f96ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,20 @@
"ember-addon": {
"configPath": "tests/dummy/config"
},
"release": {
"branches": [
"main",
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"main": "index.js",
"bugs": {
"url": "https://github.com/camskene/ember-velcro/issues"
Expand Down

0 comments on commit c9f96ad

Please sign in to comment.