Skip to content

Commit

Permalink
Changelog: add auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeIJ committed Nov 8, 2022
1 parent 2e25000 commit 49bcf8c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
41 changes: 41 additions & 0 deletions 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 @@ -52,6 +52,7 @@
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.25.0",
"@vitest/ui": "latest",
"auto-changelog": "^2.4.0",
"clean-package": "^2.1.1",
"eslint": "8.25.0",
"eslint-config-prettier": "^8.5.0",
Expand Down Expand Up @@ -86,7 +87,8 @@
"publish:patch": "npm version patch && npm run custom:publish",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
"test:run": "vitest run",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 49bcf8c

Please sign in to comment.