Thanks to visit codestin.com Credit goes to github.com
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 8a8d9dd commit 8895dd2Copy full SHA for 8895dd2
.github/workflows/ci-main.yml
@@ -231,8 +231,8 @@ jobs:
231
name: ${{ steps.create_tag.outputs.version }}
232
tag: ${{ steps.create_tag.outputs.version }}
233
body: |
234
- ${{ steps.changelog.outputs.compareurl }}
+ ### Commits
235
236
${{ steps.changelog.outputs.changelog }}
237
-
238
- Document Website: https://raw.githack.com/quaredevil/git-python-template/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
+
+ Full Changelog: ${{ steps.changelog.outputs.compareurl }}
0 commit comments