diff --git a/.changes/v0.7.3.md b/.changes/v0.7.3.md new file mode 100644 index 0000000..a9bb492 --- /dev/null +++ b/.changes/v0.7.3.md @@ -0,0 +1,3 @@ +## v0.7.3 - 2025-02-14 +### Changed +* GoReleaser configs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d291f9c..30e4488 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: # tagRegex: "foobar-(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined. tagRegexGroup: 1 # Optional. Default is 1. - - uses: goreleaser/goreleaser-action@v4 + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest diff --git a/.goreleaser/gitea.yml b/.goreleaser/gitea.yml index 5518d47..711a524 100644 --- a/.goreleaser/gitea.yml +++ b/.goreleaser/gitea.yml @@ -28,7 +28,7 @@ archives: # use zip for windows archives format_overrides: - goos: windows - formats: zip + formats: [zip] checksum: name_template: 'checksums.txt' snapshot: diff --git a/.goreleaser/github.yml b/.goreleaser/github.yml index 2504bba..a3f1e22 100644 --- a/.goreleaser/github.yml +++ b/.goreleaser/github.yml @@ -29,7 +29,7 @@ archives: # use zip for windows archives format_overrides: - goos: windows - formats: zip + formats: [zip] checksum: name_template: 'checksums.txt' snapshot: diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7cd39..9eb4378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.7.3 - 2025-02-14 +### Changed +* GoReleaser configs + ## v0.7.2 - 2025-02-14 ### Fixed * CI configs diff --git a/cmd/version.go b/cmd/version.go index 2d95371..d4fa7a8 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -const versionStr = "0.7.2" +const versionStr = "0.7.3" var ( versionCmd = &cobra.Command{