v0.7.3
This commit is contained in:
		
							
								
								
									
										3
									
								
								.changes/v0.7.3.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.changes/v0.7.3.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
## v0.7.3 - 2025-02-14
 | 
			
		||||
### Changed
 | 
			
		||||
* GoReleaser configs
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -28,7 +28,7 @@ archives:
 | 
			
		||||
    # use zip for windows archives
 | 
			
		||||
    format_overrides:
 | 
			
		||||
    - goos: windows
 | 
			
		||||
      formats: zip
 | 
			
		||||
      formats: [zip]
 | 
			
		||||
checksum:
 | 
			
		||||
  name_template: 'checksums.txt'
 | 
			
		||||
snapshot:
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ archives:
 | 
			
		||||
    # use zip for windows archives
 | 
			
		||||
    format_overrides:
 | 
			
		||||
    - goos: windows
 | 
			
		||||
      formats: zip
 | 
			
		||||
      formats: [zip]
 | 
			
		||||
checksum:
 | 
			
		||||
  name_template: 'checksums.txt'
 | 
			
		||||
snapshot:
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ import (
 | 
			
		||||
	"github.com/spf13/cobra"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const versionStr = "0.7.2"
 | 
			
		||||
const versionStr = "0.7.3"
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	versionCmd = &cobra.Command{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user