Skip to content

Commit 1e0011e

Browse files
put skip ci message at beginning of commit message for clarity/consistency (#409)
1 parent e97db79 commit 1e0011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
git checkout -b "$BRANCH_NAME"
8686
8787
git add config/manager/kustomization.yaml CHANGELOG.md
88-
git commit -m "chore: bump version to ${{ steps.tag_data.outputs.TAG_NAME }} and update changelog [skip ci]"
88+
git commit -m "[skip ci] chore: bump version to ${{ steps.tag_data.outputs.TAG_NAME }} and update changelog"
8989
9090
# Push the branch and create PR
9191
git push origin "$BRANCH_NAME"

0 commit comments

Comments
 (0)