Skip to content

Commit

Permalink
ci: patch name template within goreleaser config to align naming conv…
Browse files Browse the repository at this point in the history
…ention with previous releases (#321)
  • Loading branch information
ga-paul-t authored Jan 23, 2023
1 parent 9967e3c commit 09a5443
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ archives:
format: tar.gz
name_template: |-
{{ .ProjectName }}_
{{- .Version }}
{{- .Os }}_
{{- .Version }}_
{{- .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand Down Expand Up @@ -297,20 +297,15 @@ announce:
skip: "{{gt .Patch 0}}"

slack:
enabled: true
enabled: false
message_template: "Uplift {{ .Tag }} has been released. Find out details here: https://github.com/gembaadvantage/uplift/releases/tag/{{ .Tag }}"
channel: "#topic-uplift-github"
username: "Uplift"

twitter:
enabled: true
message_template: "Uplift {{ .Tag }} has been released. Find out details here: https://github.com/gembaadvantage/uplift/releases/tag/{{ .Tag }}"

release:
footer: |
**Full Changelog**: https://github.com/gembaadvantage/uplift/compare/{{ .PreviousTag }}...{{ .Tag }}
## What to do next?
- Read the [documentation](https://upliftci.dev)
- Follow us on [Twitter](https://twitter.com/GA_Uplift)

0 comments on commit 09a5443

Please # to comment.