Commit 547adcd 1 parent 0a19ff9 commit 547adcd Copy full SHA for 547adcd
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ tag-template: 'v$RESOLVED_VERSION'
3
3
latest : ' true'
4
4
5
5
prerelease : true
6
- prerelease-identifier : ' alpha '
6
+ prerelease-identifier : ' beta '
7
7
categories :
8
8
- title : ' ⁉️ Breaking changes'
9
9
labels :
@@ -30,6 +30,7 @@ autolabeler:
30
30
- ' /^fix(\(.*\))?:/'
31
31
change-template : ' - $TITLE @$AUTHOR (#$NUMBER)<br/>$BODY'
32
32
change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
33
+ filter-by-commitish : true
33
34
34
35
template : |
35
36
## What’s Changed
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
with :
104
104
version : ${{ steps.release_version.outputs.version }}
105
105
publish : true
106
+ latest : ${{ github.ref_name == 'master' && 'true' || 'legacy' }}
106
107
107
108
- name : Upload dist.zip to release
108
109
uses : actions/upload-release-asset@64e5e85fc528f162d7ba7ce2d15a3bb67efb3d80 # v1.0.1
You can’t perform that action at this time.
0 commit comments