Skip to content

Commit

Permalink
fix: fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Nov 13, 2023
1 parent 5f2ae17 commit ae90c25
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/slack-buddy
/app
/dist

# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,linux,visualstudiocode,go,intellij+all
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,linux,visualstudiocode,go,intellij+all
Expand Down
62 changes: 31 additions & 31 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,36 @@ builds:
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"
- id: slack-buddy-linux-amd64
binary: slack-buddy
main: ./cmd/slack-buddy/
goarch:
- amd64
goos:
- linux
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"
- id: slack-buddy-linux-arm64
binary: slack-buddy
main: ./cmd/slack-buddy/
goarch:
- arm64
goos:
- linux
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"
- id: slack-buddy-windows-amd64
binary: slack-buddy
main: ./cmd/slack-buddy/
goarch:
- amd64
goos:
- windows
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"
# - id: slack-buddy-linux-amd64
# binary: slack-buddy
# main: ./cmd/slack-buddy/
# goarch:
# - amd64
# goos:
# - linux
# ldflags:
# - -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
# mod_timestamp: "{{.CommitTimestamp}}"
# - id: slack-buddy-linux-arm64
# binary: slack-buddy
# main: ./cmd/slack-buddy/
# goarch:
# - arm64
# goos:
# - linux
# ldflags:
# - -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
# mod_timestamp: "{{.CommitTimestamp}}"
# - id: slack-buddy-windows-amd64
# binary: slack-buddy
# main: ./cmd/slack-buddy/
# goarch:
# - amd64
# goos:
# - windows
# ldflags:
# - -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
# mod_timestamp: "{{.CommitTimestamp}}"

universal_binaries:
- id: slack-buddy-darwin-universal
Expand Down Expand Up @@ -89,7 +89,7 @@ changelog:

brews:
- name: slack-buddy
tap:
repository:
owner: 'krzko'
name: 'homebrew-tap'
homepage: https://github.com/krzko/slack-buddy
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit ae90c25

Please sign in to comment.