We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dff82 commit cfdf6daCopy full SHA for cfdf6da
.github/workflows/release.yml
@@ -226,5 +226,5 @@ jobs:
226
git config --global user.name "Apify Release Bot"
227
git config --global user.email "noreply@apify.com"
228
git add .
229
- git diff-index --quiet HEAD || git commit -m 'chore(release): update docs for ${{ inputs.version }} version [skip ci]'
+ git diff-index --quiet HEAD || git commit -m 'docs: update docs for ${{ inputs.version }} version'
230
git push
0 commit comments