From 482203df3dc897e435129b27fdb9ee9826ab0566 Mon Sep 17 00:00:00 2001 From: Doruk Ozturk Date: Sat, 10 Dec 2022 12:10:26 -0500 Subject: [PATCH] ci: Update config --- .github/workflows/bumpversion.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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