Skip to content

Commit 59e0171

Browse files
committed
fix: More descriptive tag standard-version commit message
1 parent 17eeee2 commit 59e0171

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
@@ -16,7 +16,7 @@
1616
"build:thoughts": "mkdir -p ./public/thoughts && ts-node ./scripts/generateThoughts",
1717
"lint": "eslint \"scripts/**/*{.js,.ts}\"",
1818
"lint:ci": "eslint \"scripts/**/*{.js,.ts}\" --format junit -o reports/eslint/results.xml",
19-
"release": "standard-version -m '[skip ci]'",
19+
"release": "standard-version -m 'chore(release): [skip ci] %s'",
2020
"release:ci": "npm run release && git push --follow-tags origin master --no-verify"
2121
},
2222
"repository": {

0 commit comments

Comments
 (0)