From 466c272be3329149cf6f8c86b87fa0efa29c21d9 Mon Sep 17 00:00:00 2001 From: Joonas Lehtimaki Date: Wed, 10 May 2023 20:44:30 +0300 Subject: [PATCH 1/2] fix: checksum naming fix --- .goreleaser.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d1768c59..05f523cd 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -68,9 +68,7 @@ archives: files: - none* checksum: - # You can change the name of the checksums file. - # Default is `{{ .ProjectName }}_{{ .Version }}_checksums.txt`. - name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt" + name_template: '{{ .ProjectName }}_{{if eq .Env.RELEASE "true"}}{{ .Version }}{{else}}{{ .ShortCommit }}{{end}}_checksums.txt' dockers: - use: buildx goos: linux From 3a94811a11a78699f71e9a68eb01be6703cbc8bc Mon Sep 17 00:00:00 2001 From: Joonas Lehtimaki Date: Wed, 10 May 2023 20:46:08 +0300 Subject: [PATCH 2/2] fix: changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d183fa..c82cda71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ Contains all the PRs that improved the code without changing the behaviours. - [#367](https://github.com/archway-network/archway/pull/367) - use snapshot for non release builds - [#372](https://github.com/archway-network/archway/pull/372) - add docker config to release pipeline - [#375](https://github.com/archway-network/archway/pull/375) - add missing colon from manifest +- [#376](https://github.com/archway-network/archway/pull/376) - fix checksum naming ### Fixed