Skip to content

Commit 0a0191f

Browse files
committed
add package and update changelog
1 parent 08a21b6 commit 0a0191f

File tree

4 files changed

+61
-3
lines changed

4 files changed

+61
-3
lines changed

.release-it.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"git": {
3-
"tagName": "v${version}"
3+
"tagName": "v${version}",
4+
"changelog": "auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs"
45
},
56
"github": {
6-
"release": true,
7-
"releaseNotes": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
7+
"release": true
88
},
9+
"hooks": {
10+
"after:bump": "auto-changelog -p"
11+
},
912
"plugins": {
1013
"@release-it/conventional-changelog": {
1114
"preset": "angular",

changelog.hbs

Whitespace-only changes.

package-lock.json

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"@types/validator": "^10.11.1",
108108
"@typescript-eslint/eslint-plugin": "^1.12.0",
109109
"@typescript-eslint/parser": "^1.12.0",
110+
"auto-changelog": "^1.16.1",
110111
"autoprefixer": "^9.4.10",
111112
"babel-core": "6.26.3",
112113
"babel-loader": "8.0.5",

0 commit comments

Comments
 (0)