v0.7.4
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 13:11:08 -06:00
parent 161ad31577
commit 4ee60184bf
6 changed files with 13 additions and 3 deletions

5
.changes/v0.7.4.md Normal file
View File

@ -0,0 +1,5 @@
## v0.7.4 - 2025-02-14
### Changed
* CI configs
### Fixed
* v0.7.1: Incorrect local config file loading logic caused files to not be detected

View File

@ -6,7 +6,6 @@ before:
builds: builds:
- env: - env:
- CGO_ENABLED=0 - CGO_ENABLED=0
- GOPROXY=https://goproxy.io
goos: goos:
- freebsd - freebsd
- linux - linux

View File

@ -1,4 +1,3 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com # Make sure to check the documentation at https://goreleaser.com
version: 2 version: 2
before: before:

View File

@ -1,3 +1,4 @@
name: goreleaser release
steps: steps:
release: release:
image: goreleaser/goreleaser image: goreleaser/goreleaser

View File

@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## v0.7.4 - 2025-02-14
### Changed
* CI configs
### Fixed
* v0.7.1: Incorrect local config file loading logic caused files to not be detected
## v0.7.3 - 2025-02-14 ## v0.7.3 - 2025-02-14
### Changed ### Changed
* GoReleaser configs * GoReleaser configs

View File

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