Skip to content

Commit 6df24e0

Browse files
committed
chore: update changelog script
1 parent 3c1e4e9 commit 6df24e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "vitest run --coverage",
2020
"lint": "biome lint ./src ./scripts",
2121
"release": "npm run changelog && npx np",
22-
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'chore: update changelog.md' && git push"
22+
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m \"chore: update changelog.md\" && git push"
2323
},
2424
"keywords": [
2525
"posthtml",

0 commit comments

Comments
 (0)