Skip to content

Commit

Permalink
changed parameters in .goreleaser.yml (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles authored Dec 12, 2023
1 parent 4460c3b commit 2193867
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ release:
# Default is extracted from the origin remote URL or empty if its private hosted.
# Note: it can only be one: either github or gitlab or gitea
github:
owner: timothystiles
owner: bebop
name: poly

# IDs of the archives to use.
Expand All @@ -25,17 +25,17 @@ release:

# If set to true, will not auto-publish the release.
# Default is false.
draft: true
draft: false

# If set to auto, will mark the release as not ready for production
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
# If set to true, will mark the release as not ready for production.
# Default is false.
prerelease: auto
prerelease: true

# You can change the name of the GitHub release.
# Default is `{{.Tag}}`
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"
name_template: "{{.ProjectName}}-v{{.Version}}"

# You can disable this pipe in order to not upload any artifacts to
# GitHub.
Expand Down

0 comments on commit 2193867

Please sign in to comment.