Skip to content

Commit

Permalink
chore(package.json): add auto-changelog package and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
krjordan committed Aug 15, 2023
1 parent 04c5527 commit e6b4196
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"start": "node ./dist/index.js",
"build": "rollup -c",
"lint": "eslint './src/**/*.ts'",
"test": "jest"
"test": "jest",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"auto-changelog": {
"breakingPattern": "BREAKING CHANGE:"
},
"keywords": [
"git",
Expand Down Expand Up @@ -57,6 +61,7 @@
"@types/jest": "^29.5.3",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.47.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.28.0",
Expand Down

0 comments on commit e6b4196

Please sign in to comment.