Skip to content

Commit 50083ce

Browse files
authored
chore(ci): enforce zip assets in goreleaser (#100)
* chore(ci): enforce zip assets in goreleaser * chore: add changelog entry Signed-off-by: Ville Vesilehto <[email protected]>
1 parent a19b0f7 commit 50083ce

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ builds:
4141
goarch: amd64
4242
binary: "{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}"
4343
archives:
44-
-
45-
format_overrides:
46-
- formats: ['zip']
44+
- formats: ["zip"]
4745
files:
4846
- none*
4947
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}"

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [1.8.1] - 2025-08-18
9+
10+
### Fixed
11+
12+
- Use `zip` archive format for release assets
13+
- Update Go version to 1.25.0
14+
815
## [1.8.0] - 2025-08-11
916

1017
### Added
@@ -127,7 +134,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
127134
- Upgrade to Packer 1.7.0
128135
- Copy codebase from https://github.com/UpCloudLtd/upcloud-packer
129136

130-
[Unreleased]: https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.8.0...HEAD
137+
[Unreleased]: https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.8.1...HEAD
138+
[1.8.1]: https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.8.0...v1.8.1
131139
[1.8.0]: https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.7.0...v1.8.0
132140
[1.7.0]: https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.6.0...v1.7.0
133141
[1.6.0]: https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.5.3...v1.6.0

0 commit comments

Comments
 (0)