mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-12 22:08:59 +00:00
fix some ci enhancement (#435)
* fix(release): customize goreleaser config file, by adding json schema and fixing configuration version * fix(go): rename invalid comment format * fix(ci): made release workflow work again replace goreleaser --rm-dist flag by --clean increment go version for release pipeline fetch previous tags use by goreleaser give release workflow content write permissions to publish release
This commit is contained in:
@@ -11,7 +11,7 @@ var (
|
||||
version = "v0.0.0+unknown" // populated by goreleaser
|
||||
)
|
||||
|
||||
// VersionOps describes printing version string.
|
||||
// VersionOp describes printing version string.
|
||||
type VersionOp struct{}
|
||||
|
||||
func (_ VersionOp) Run(stdout, _ io.Writer) error {
|
||||
|
@@ -11,7 +11,7 @@ var (
|
||||
version = "v0.0.0+unknown" // populated by goreleaser
|
||||
)
|
||||
|
||||
// VersionOps describes printing version string.
|
||||
// VersionOp describes printing version string.
|
||||
type VersionOp struct{}
|
||||
|
||||
func (_ VersionOp) Run(stdout, _ io.Writer) error {
|
||||
|
Reference in New Issue
Block a user