Skip to content

Commit

Permalink
Merge pull request #201 from kaleido-io/goreleaser-prerelease
Browse files Browse the repository at this point in the history
Make goreleaser honor pre-release tags
  • Loading branch information
peterbroadhurst authored Aug 15, 2022
2 parents d592b9e + ee23904 commit 256aba7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2021 Kaleido, Inc.
# Copyright © 2022 Kaleido, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -29,7 +29,7 @@ builds:
- "-s -w -X 'github.com/hyperledger/firefly-cli/cmd.BuildVersionOverride={{.Version}}' -X 'github.com/hyperledger/firefly-cli/cmd.BuildDate={{.Date}}' -X 'github.com/hyperledger/firefly-cli/cmd.BuildCommit={{.Commit}}'"
archives:
- replacements:
darwin: Darwin
darwin: macOS
linux: Linux
amd64: x86_64
checksum:
Expand All @@ -42,3 +42,5 @@ changelog:
exclude:
- '^docs:'
- '^test:'
release:
prerelease: auto

0 comments on commit 256aba7

Please sign in to comment.