Skip to content
Prev Previous commit
Next Next commit
Testing 3 (#3)
* Remove automatic CHANGELOG update and branch push from CI workflow

* Remove CHANGELOG.md file

* Add fetchReviewers option to changelog generation step

---------

Co-authored-by: Sarbagya Dhaubanjar <[email protected]>
  • Loading branch information
sarbagya-acme and sarbagyastha authored Apr 22, 2025
commit 1c999ea976fbb337f33b7f70288a2bbd8709efb1
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
fromTag: v${{ steps.versioning.outputs.previous_version }}
toTag: ${{ steps.tag_version.outputs.new_tag }}
fetchReviewers: true

- name: Create production release
uses: ncipollo/release-action@v1
Expand Down