Skip to content

Commit

Permalink
add go-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorc committed Oct 5, 2021
1 parent ddc4dc8 commit c5ff4bf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
project_name: go-bitsong

release:
github:
owner: bitsongofficial
name: go-bitsong

builds:
- skip: true

archives:
- format: tar.gz
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- LICENSE
- README.md

snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: true

0 comments on commit c5ff4bf

Please sign in to comment.