Skip to content

Commit 5cab9cb

Browse files
committed
updated goreleaser format
1 parent e135981 commit 5cab9cb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ builds:
3131
goarch: "386"
3232
binary: "{{ .ProjectName }}_v{{ .Version }}"
3333
archives:
34-
- format: zip
34+
- formats: ["zip"]
3535
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3636
checksum:
3737
extra_files:

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [0.5.13] - 2025-01-22
7-
8-
9-
10-
## [0.5.12] - 2025-01-21
11-
6+
## [0.5.13] - 2025-01-22
7+
8+
- Add the ability to create beta versions
9+
10+
## [0.5.12] - 2025-01-21
11+
1212
- fixed an issue where brew would give an error when trying to install PD into an intel mac
13-
14-
## [0.5.11] - 2025-01-21
15-
13+
14+
## [0.5.11] - 2025-01-21
15+
1616
- Fixed an issue where if the api stopped responding the provider would crash
1717
- Added better context timeout to the state and remote_vm providers
1818
- Added new DevOps configuration to the system
19-
19+
2020
## [0.5.10] - 2025-01-21
2121

2222
- Added a publish pipeline

0 commit comments

Comments
 (0)