Skip to content

Commit

Permalink
🛠 Configure release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers committed Nov 13, 2020
1 parent 664db58 commit 594c449
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file added CHANGELOG.md
Empty file.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,21 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
},
"git": {
"tagName": "v${version}",
"pushRepo": "upstream"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}

0 comments on commit 594c449

Please sign in to comment.