Skip to content

Commit

Permalink
goreleaser: Enable pre-release publishing (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Feb 24, 2022
1 parent a590960 commit 5380875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ brews:
owner: hashicorp
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
skip_upload: auto
url_template: "https://releases.hashicorp.com/terraform-ls/{{ .Version }}/{{ .ArtifactName }}"
commit_author:
name: hc-espd-packager
Expand Down Expand Up @@ -124,5 +125,8 @@ milestones:
- name_template: "{{ .Tag }}"
close: true

release:
prerelease: auto

changelog:
skip: true

0 comments on commit 5380875

Please sign in to comment.