diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-07-07 16:30:23 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-07-08 22:51:48 +0900 |
| commit | 9e92b6f11e0f59272de410f56493893334071e6e (patch) | |
| tree | b217b147ffe2a6e9ee963736d5c793c5f9904fd5 /.goreleaser.yml | |
| parent | 6cbde812f6dc81c35f61fc1f6b88f6a1a6ff1e68 (diff) | |
| download | fzf-9e92b6f11e0f59272de410f56493893334071e6e.tar.gz | |
0.54.0
New tags will have `v` prefix.
* https://github.com/junegunn/fzf/issues/2879
* https://github.com/golang/go/issues/32945
Close #2879
Diffstat (limited to '.goreleaser.yml')
| -rw-r--r-- | .goreleaser.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index cf130d75..971ccb79 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -109,12 +109,12 @@ release: owner: junegunn name: fzf prerelease: auto - name_template: '{{ .Tag }}' + name_template: '{{ .Version }}' extra_files: - glob: ./dist/fzf-*darwin*.zip snapshot: - name_template: "{{ .Tag }}-devel" + name_template: "{{ .Version }}-devel" changelog: sort: asc |
