Skip to content

Commit

Permalink
Release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed May 19, 2022
1 parent 0e66b29 commit f2cd229
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,7 +1,9 @@
# build artifacts
/build
/dist

# for my own testing
/.env
/*.yaml
!/.goreleaser.yaml
!/Makefile.maker.yaml
25 changes: 25 additions & 0 deletions .goreleaser.yaml
@@ -0,0 +1,25 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
ldflags:
- -X github.com/sapcc/swift-http-import/pkg/util.Version=={{.Version}}
mod_timestamp: "{{ .CommitTimestamp }}" # Ensure builds are reproducible

snapshot:
name_template: "{{ .Tag }}-next"

checksum:
name_template: "checksums.txt"

archives:
- name_template: '{{ .ProjectName }}-{{ replace .Version "v" "" }}-{{ .Os }}-{{ .Arch }}'
format_overrides:
- goos: windows
format: zip
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# v2.9.0 (TBD)
# v2.9.0 (2022-05-19)

New features:
- Add support for GitHub releases.
Expand Down

0 comments on commit f2cd229

Please sign in to comment.