Skip to content

Commit

Permalink
fix: publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Mar 17, 2020
1 parent c3fce78 commit f56e81c
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
project_name: markdown2confluence
before:
hooks:
- go mod download

builds:
- env:
Expand All @@ -8,22 +10,14 @@ builds:
- windows
- linux
binary: markdown2confluence

archive:
replacements:
386: i386
amd64: x86_64
wrap_in_directory: false
format_overrides:
- goos: windows
format: zip

archives:
- replacements:
386: i386
amd64: x86_64
checksum:
name_template: "checksums.txt"

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

changelog:
sort: asc
filters:
Expand Down

0 comments on commit f56e81c

Please sign in to comment.