Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions goreleaser-1.18.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
name: goreleaser-1.18
version: 1.18.2
epoch: 0
description: Deliver Go binaries as fast and easily as possible
copyright:
- license: Apache-2.0
dependencies:
provides:
- goreleaser=1.18.999 # This should be goreleaser=${{package.version}}-${{package.epoch}}

environment:
contents:
packages:
- git

pipeline:
- uses: go/install
with:
package: github.com/goreleaser/goreleaser@v${{package.version}}

update:
enabled: true
github:
identifier: goreleaser/goreleaser
strip-prefix: v
tag-filter: v1.18
4 changes: 2 additions & 2 deletions metacontroller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: metacontroller
version: 4.10.4
epoch: 0
epoch: 1
description: Writing kubernetes controllers can be simple
target-architecture:
- all
Expand All @@ -19,7 +19,7 @@ environment:
- build-base
- git
- go
- goreleaser
- goreleaser-1.18 # This relies on a deprecated field removed in 1.19
- make

pipeline:
Expand Down