We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ff883 commit 45994a1Copy full SHA for 45994a1
CHANGELOG.md
@@ -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
@@ -15,7 +15,8 @@
15
"lint:scss": "stylelint **/*.scss --syntax scss",
16
"start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www",
17
"test": "npm run lint && npm run jest",
18
- "commitlint": "commitlint -E HUSKY_GIT_PARAMS"
+ "commitlint": "commitlint -E HUSKY_GIT_PARAMS",
19
+ "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s"
20
},
21
"repository": {
22
"type": "git",
0 commit comments