Skip to content

Commit 9aa2f99

Browse files
committed
ci: Add release please config
1 parent dad40a1 commit 9aa2f99

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/release-please.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- uses: google-github-actions/release-please-action@v4.0
2121
id: release-please
22-
with:
23-
manifest-file: .release-please-manifest.json
2422

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

.release-please-manifest.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
{
2-
"packages": {
3-
".": {
4-
"package-name": "capi-runtime-extensions",
5-
"release-type": "go",
6-
"pull-request-title-pattern": "build${scope}: release${component} ${version}",
7-
"changelog-type": "github"
8-
}
9-
}
102
}

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": {
3+
".": {
4+
"package-name": "capi-runtime-extensions",
5+
"release-type": "go",
6+
"pull-request-title-pattern": "build${scope}: release${component} ${version}",
7+
"changelog-type": "github"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)