Skip to content

Commit

Permalink
chore: add auto changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed Aug 23, 2023
1 parent fba0760 commit 9b9ec51
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 2 deletions.
141 changes: 140 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"build:types": "tsc -p tsconfig.types.json",
"lint": "eslint --ext ts,js .",
"lint:fix": "eslint --fix --ext ts,js .",
"clean": "git clean -xdf node_modules lib"
"clean": "git clean -xdf node_modules lib",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
Expand All @@ -53,6 +54,7 @@
"@types/node": "^20.5.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down

0 comments on commit 9b9ec51

Please sign in to comment.