Skip to content

Commit

Permalink
build: add changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Feb 26, 2021
1 parent bca427f commit d700071
Show file tree
Hide file tree
Showing 3 changed files with 1,226 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
Loading

0 comments on commit d700071

Please sign in to comment.