Skip to content

Commit

Permalink
changelog scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Dec 26, 2023
1 parent 38e2a1d commit 81a9e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"build": "npm run build:base && npm run build:minify",
"changelog": "auto-changelog --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE'",
"preversion": "npm run lint",
"version": "npm run changelog && git add CHANGELOG.md",
"//version": "npm run changelog && git add CHANGELOG.md",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
"postversion": "git push --follow-tags && npm publish",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 81a9e01

Please sign in to comment.