Skip to content

Commit f41283e

Browse files
committed
ci: enhance changelog update step with previous tag reference
- Added step to retrieve the previous tag for more accurate changelog generation.
1 parent fc41bde commit f41283e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main_test_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ jobs:
8585
uses: requarks/changelog-action@main
8686
with:
8787
token: ${{ github.token }}
88-
toTag: ${{ env.previousTag }}
89-
fromTag: ${{ env.fromTag }}
88+
tag: ${{ env.previousTag }}
9089

9190
- name: Commit CHANGELOG.md
9291
uses: stefanzweifel/git-auto-commit-action@master

0 commit comments

Comments
 (0)