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 ff49c8b commit 5ad1468Copy full SHA for 5ad1468
.github/workflows/api-docs-generator.yml
@@ -83,7 +83,7 @@ jobs:
83
if [ -z "$(git status -uno --porcelain)" ]; then
84
echo "::set-output name=push::false"
85
else
86
- git commit -m "${{ steps.changelog.outputs.commit }}" -a
+ git commit -m "Release v${{ steps.changelog.outputs.version }}" -m "${{ steps.changelog.outputs.commit }}" -a
87
echo "::set-output name=push::true"
88
fi
89
shell: bash
0 commit comments