Skip to content

Commit 28e2b3e

Browse files
author
Christopher - Marcel Böddecker
committed
feat(templates): use universal CI skip commit message
1 parent b0019f6 commit 28e2b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/steps/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ steps:
137137
"tarballDir": "."
138138
}],
139139
["@semantic-release/git", {
140-
"message": "chore(release): set version to ${nextRelease.version}\n\n${nextRelease.notes}\n\nThis commit is a result of automation, thus CI shouldn't run (***NO_CI***).",
140+
"message": "chore(release): set version to ${nextRelease.version}\n\n${nextRelease.notes}\n\nThis commit is a result of automation, thus CI shouldn't run ([skip ci]).",
141141
"assets": [
142142
"CHANGELOG.md",
143143
"package.json"

0 commit comments

Comments
 (0)