Skip to content

Commit 7cfba4d

Browse files
committed
chore!: upgrade to RSD v3.3.0 and KIN v1.0.0
1 parent 59761e4 commit 7cfba4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: calculate new version and create changelog content
3333
id: changelog
3434
# https://github.com/TriPSs/conventional-changelog-action
35-
uses: TriPSs/conventional-changelog-action@v5
35+
uses: TriPSs/conventional-changelog-action@v6
3636
with:
3737
# you can also create separate token to trace action
3838
github-token: "${{secrets.GITHUB_TOKEN}}"
39-
# do not create changelog file, the content is used at next step for relase body
39+
# do not create changelog file, the content is used at next step for release body
4040
output-file: false
4141
# do not create additional commit, just tag current commit with the version
4242
skip-commit: true
@@ -47,7 +47,7 @@ jobs:
4747
# set to true to flag rc, eg 0.1.0-rc.0
4848
pre-release: ${{inputs.pre_release}}
4949
# initial version if no tag present
50-
fallback-version: 0.0.1
50+
fallback-version: 1.0.0
5151

5252
log_release_tag:
5353
needs: release_tag

0 commit comments

Comments
 (0)