Skip to content

Commit

Permalink
Added goreleaser template
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Apr 24, 2020
1 parent 4cdaf98 commit b1b7ce8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Make sure to check the documentation at http://goreleaser.com
# ---------------------------
# GENERAL
# ---------------------------
before:
hooks:
# run make all
- make all
snapshot:
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
exclude:
- '^.github:'
- '^test:'

# ---------------------------
# BUILDER
# ---------------------------
build:
skip: true
# ---------------------------
# Github Release
# ---------------------------
release:
prerelease: false
name_template: "Release v{{.Version}}"

0 comments on commit b1b7ce8

Please sign in to comment.