Skip to content

Commit

Permalink
revert release filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresalice committed Oct 9, 2020
1 parent f9aa536 commit 584eb7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ builds:
# name_template: "{{ .ProjectName }}.{{ .Os }}.{{ .Arch }}"
archives:
- name_template: "{{ .ProjectName }}.{{ .Os }}.{{ .Arch }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format: binary
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
4 changes: 4 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.8.10] - 2020-10-09
### Fixed
- Revert to previously used filenames to resolve [#58](https://github.com/staticli/staticli/issues/58)

## [1.8.9] - 2020-10-03
### Fixed
- Goreleaser config update to support new version
Expand Down

0 comments on commit 584eb7d

Please sign in to comment.