We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c03483 commit a567b52Copy full SHA for a567b52
.github/workflows/npm-publish.yml
package.json
@@ -11,11 +11,11 @@
11
},
12
"scripts": {
13
"dev": "vitest",
14
- "release": "npx np",
+ "release": "npm run changelog && npx np",
15
"docs": "node ./docs-src",
16
"lint": "biome lint ./src ./scripts",
17
"test": "vitest run --coverage",
18
- "version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
+ "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'chore: update changelog.md' && git push"
19
20
"keywords": [
21
"posthtml",
0 commit comments