Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Sep 30, 2023
1 parent 5156508 commit 4b24666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ builds:
archives:
- name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
files:
- README.md
- LICENSE
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
algorithm: sha256
snapshot:
name_template: "{{ .Tag }}-snapshot"
changelog:
use: github
use: github
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</p>
<br/>
<p align=center>
<img alt="GitHub Release (latest SemVer)" src="https://img.shields.io/github/v/release/wI2L/scrabbler?logo=semver&color=%238F00FF">
<img alt="GitHub Release (latest SemVer)" src="https://img.shields.io/github/v/release/wI2L/scrabbler?color=%238F00FF">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/wI2L/scrabbler/test.yml?logo=github&logoColor=white">
<img alt="License" src="https://img.shields.io/github/license/wI2L/scrabbler?color=blue">
</p>
Expand Down

0 comments on commit 4b24666

Please sign in to comment.