diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 4545b43..e85afa2 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -20,3 +20,11 @@ jobs: uses: commitizen-tools/commitizen-action@master with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + changelog_increment_filename: CHANGELOG.md + - name: Release + uses: softprops/action-gh-release@v1 + with: + body_path: "CHANGELOG.md" + tag_name: ${{ env.REVISION }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file