Skip to content

Commit 4b24666

Browse files
committed
chore: update goreleaser config
1 parent 5156508 commit 4b24666

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ builds:
3131
archives:
3232
- name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
3333
files:
34-
- README.md
3534
- LICENSE
3635
checksum:
3736
name_template: "{{ .ProjectName }}_checksums.txt"
3837
algorithm: sha256
3938
snapshot:
4039
name_template: "{{ .Tag }}-snapshot"
4140
changelog:
42-
use: github
41+
use: github

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</p>
3434
<br/>
3535
<p align=center>
36-
<img alt="GitHub Release (latest SemVer)" src="https://img.shields.io/github/v/release/wI2L/scrabbler?logo=semver&color=%238F00FF">
36+
<img alt="GitHub Release (latest SemVer)" src="https://img.shields.io/github/v/release/wI2L/scrabbler?color=%238F00FF">
3737
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/wI2L/scrabbler/test.yml?logo=github&logoColor=white">
3838
<img alt="License" src="https://img.shields.io/github/license/wI2L/scrabbler?color=blue">
3939
</p>

0 commit comments

Comments
 (0)