mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Configure project_name for GoReleaser
This causes the format of the checksum file generated during the release to change from `flux2_*_checksums.txt` to `flux_*_checksums.txt`. The configuration change is made through `project_name` and not via the `checksum.name_template` setting, because a single checksum file is generated during the release process. The download and/or installation script in `install/flux.sh` has been adapted to assume the new filename starting with MINOR version `0.6.0`. Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
381127d413
commit
c7080d2834
2 changed files with 45 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
project_name: flux
|
||||
builds:
|
||||
- <<: &build_defaults
|
||||
binary: flux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue