v0.7.3
Some checks failed
ci/woodpecker/push/publish-docs Pipeline was successful
ci/woodpecker/tag/gitea Pipeline failed
ci/woodpecker/tag/publish-docs Pipeline was successful

This commit is contained in:
Andrew Woodlee 2025-02-14 12:54:05 -06:00
parent 7c5f4a95da
commit 161ad31577
6 changed files with 11 additions and 4 deletions

3
.changes/v0.7.3.md Normal file
View File

@ -0,0 +1,3 @@
## v0.7.3 - 2025-02-14
### Changed
* GoReleaser configs

View File

@ -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

View File

@ -28,7 +28,7 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
formats: zip
formats: [zip]
checksum:
name_template: 'checksums.txt'
snapshot:

View File

@ -29,7 +29,7 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
formats: zip
formats: [zip]
checksum:
name_template: 'checksums.txt'
snapshot:

View File

@ -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

View File

@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)
const versionStr = "0.7.2"
const versionStr = "0.7.3"
var (
versionCmd = &cobra.Command{