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 cf8f56c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Empty file added CHANGELOG.md
Empty file.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,20 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}

0 comments on commit cf8f56c

Please sign in to comment.