File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
32
32
- name : calculate new version and create changelog content
33
33
id : changelog
34
34
# https://github.com/TriPSs/conventional-changelog-action
35
- uses : TriPSs/conventional-changelog-action@v5
35
+ uses : TriPSs/conventional-changelog-action@v6
36
36
with :
37
37
# you can also create separate token to trace action
38
38
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
40
40
output-file : false
41
41
# do not create additional commit, just tag current commit with the version
42
42
skip-commit : true
47
47
# set to true to flag rc, eg 0.1.0-rc.0
48
48
pre-release : ${{inputs.pre_release}}
49
49
# initial version if no tag present
50
- fallback-version : 0 .0.1
50
+ fallback-version : 1 .0.0
51
51
52
52
log_release_tag :
53
53
needs : release_tag
You can’t perform that action at this time.
0 commit comments