Skip to content

Commit 3b83f2e

Browse files
committed
Update CHANGELOG action to specify fromTag and toTag for better version tracking
1 parent e3bafc5 commit 3b83f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
uses: requarks/changelog-action@v1
5353
with:
5454
token: ${{ github.token }}
55-
tag: ${{ github.ref_name }}
55+
fromTag: "1.0.0"
56+
toTag: ${{ github.ref_name }}
5657

5758
- name: Commit CHANGELOG.md
5859
uses: stefanzweifel/git-auto-commit-action@v7

0 commit comments

Comments
 (0)