We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97db79 commit 1e0011eCopy full SHA for 1e0011e
.github/workflows/release.yaml
@@ -85,7 +85,7 @@ jobs:
85
git checkout -b "$BRANCH_NAME"
86
87
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]"
+ git commit -m "[skip ci] chore: bump version to ${{ steps.tag_data.outputs.TAG_NAME }} and update changelog"
89
90
# Push the branch and create PR
91
git push origin "$BRANCH_NAME"
0 commit comments