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 adedc27 commit 1a1e73bCopy full SHA for 1a1e73b
.github/workflows/bumpversion.yml
@@ -20,3 +20,11 @@ jobs:
20
uses: commitizen-tools/commitizen-action@master
21
with:
22
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
23
+ changelog_increment_filename: body.md
24
+ - name: Release
25
+ uses: softprops/action-gh-release@v1
26
+ with:
27
+ body_path: "body.md"
28
+ tag_name: ${{ env.REVISION }}
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments