Commit 533f06919a44c5e9c157a7571ca44cb91cd0e216
1 parent
42bab1cd57
Exists in
master
Add auto-changelog
Showing 2 changed files with 3 additions and 0 deletions Side-by-side Diff
package-lock.json
package.json
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "mocha", |
8 | + "version": "auto-changelog -p && git add CHANGELOG.md", | |
8 | 9 | "postversion": "git push && git push --tags" |
9 | 10 | }, |
10 | 11 | "repository": { |
... | ... | @@ -27,6 +28,7 @@ |
27 | 28 | "tektrans-logger": "^1.2.3" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
31 | + "auto-changelog": "^2.4.0", | |
30 | 32 | "eslint": "^8.8.0", |
31 | 33 | "eslint-config-airbnb-base": "^15.0.0", |
32 | 34 | "eslint-plugin-import": "^2.25.4" |