File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ release:
1414 # Default is extracted from the origin remote URL or empty if its private hosted.
1515 # Note: it can only be one: either github or gitlab or gitea
1616 github :
17- owner : timothystiles
17+ owner : bebop
1818 name : poly
1919
2020 # IDs of the archives to use.
@@ -25,17 +25,17 @@ release:
2525
2626 # If set to true, will not auto-publish the release.
2727 # Default is false.
28- draft : true
28+ draft : false
2929
3030 # If set to auto, will mark the release as not ready for production
3131 # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
3232 # If set to true, will mark the release as not ready for production.
3333 # Default is false.
34- prerelease : auto
34+ prerelease : true
3535
3636 # You can change the name of the GitHub release.
3737 # Default is `{{.Tag}}`
38- name_template : " {{.ProjectName}}-v{{.Version}} {{.Env.USER}} "
38+ name_template : " {{.ProjectName}}-v{{.Version}}"
3939
4040 # You can disable this pipe in order to not upload any artifacts to
4141 # GitHub.
You can’t perform that action at this time.
0 commit comments