Skip to content

Commit 26cd90c

Browse files
authored
ci: Update release please configuration for v4 action (#274)
1 parent 952380a commit 26cd90c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
id: release-please
2222
with:
2323
release-type: go
24-
package-name: capi-runtime-extensions
25-
pull-request-title-pattern: "build${scope}: release${component} ${version}"
26-
changelog-notes-type: github
24+
manifest-file: .release-please-manifest.json
2725

2826
- uses: actions/checkout@v4
2927
if: ${{ steps.release-please.outputs.release_created }}

make/goreleaser.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ release-snapshot: dockerauth go-generate ; $(info $(M) building snapshot release
3535
goreleaser --debug=$(GORELEASER_DEBUG) \
3636
release \
3737
--snapshot \
38-
--skip-publish \
3938
--clean \
4039
--parallelism=$(GORELEASER_PARALLELISM) \
4140
--timeout=60m

0 commit comments

Comments
 (0)