We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952380a commit 26cd90cCopy full SHA for 26cd90c
.github/workflows/release-please.yaml
@@ -21,9 +21,7 @@ jobs:
21
id: release-please
22
with:
23
release-type: go
24
- package-name: capi-runtime-extensions
25
- pull-request-title-pattern: "build${scope}: release${component} ${version}"
26
- changelog-notes-type: github
+ manifest-file: .release-please-manifest.json
27
28
- uses: actions/checkout@v4
29
if: ${{ steps.release-please.outputs.release_created }}
make/goreleaser.mk
@@ -35,7 +35,6 @@ release-snapshot: dockerauth go-generate ; $(info $(M) building snapshot release
35
goreleaser --debug=$(GORELEASER_DEBUG) \
36
release \
37
--snapshot \
38
- --skip-publish \
39
--clean \
40
--parallelism=$(GORELEASER_PARALLELISM) \
41
--timeout=60m
0 commit comments