Skip to content

Commit

Permalink
add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Aug 22, 2020
1 parent 941f28a commit 762062f
Show file tree
Hide file tree
Showing 3 changed files with 1,545 additions and 84 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,26 @@
"eslint": "7.7.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.1",
"release-it": "^13.6.0",
"release-it-lerna-changelog": "^2.3.0",
"rollup": "2.26.5",
"rollup-plugin-esbuild": "^2.4.2",
"tsdx": "^0.13.2",
"typescript": "^3.9.7"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
Loading

0 comments on commit 762062f

Please sign in to comment.