Skip to content

Commit 45994a1

Browse files
committed
chore: added changelog generator
1 parent c8ff883 commit 45994a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/topcoder-platform/community-app/compare/v0.18.23...v1.0.0) (2020-02-03)
3+
4+
5+

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"lint:scss": "stylelint **/*.scss --syntax scss",
1616
"start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www",
1717
"test": "npm run lint && npm run jest",
18-
"commitlint": "commitlint -E HUSKY_GIT_PARAMS"
18+
"commitlint": "commitlint -E HUSKY_GIT_PARAMS",
19+
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s"
1920
},
2021
"repository": {
2122
"type": "git",

0 commit comments

Comments
 (0)