Skip to content

Commit 057ff04

Browse files
committed
fix: Ammend changelog message to have skip CI at the end
1 parent 491cc62 commit 057ff04

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 'chore(release): [skip ci] %s'",
19+
"release": "standard-version -m 'chore(release): %s [skip ci]'",
2020
"release:ci": "npm run release && git push --follow-tags origin master --no-verify"
2121
},
2222
"repository": {

0 commit comments

Comments
 (0)