Skip to content

Commit

Permalink
chore: update changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jul 25, 2024
1 parent 3c1e4e9 commit 6df24e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "vitest run --coverage",
"lint": "biome lint ./src ./scripts",
"release": "npm run changelog && npx np",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'chore: update changelog.md' && git push"
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m \"chore: update changelog.md\" && git push"
},
"keywords": [
"posthtml",
Expand Down

0 comments on commit 6df24e0

Please sign in to comment.