Commit 3c09c98
committed
fix(release): include plugin tarball in checksums.txt
GoReleaser only checksums built archives by default, not extra_files.
The plugin tarball was missing from checksums.txt causing install.sh
to fail with "Checksum entry not found" on fresh installs.
Adding extra_files to the checksum section fixes this. [skip release]1 parent ab9cf0f commit 3c09c98
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments