Skip to content

Commit e2f3a1b

Browse files
committed
chore: Migrate to manifest file
1 parent 5fd6d02 commit e2f3a1b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/release-pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
- uses: googleapis/release-please-action@v4
1414
id: release
1515
with:
16-
release-type: go
17-
package-name: cloudquery-api-go
1816
token: ${{ secrets.GH_CQ_BOT }}
19-
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
2017
- name: Parse semver string
2118
if: steps.release.outputs.release_created
2219
id: semver_parser

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.13.4"
3+
}

release-please-config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "go",
4+
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
5+
"include-component-in-tag": false,
6+
"packages": {
7+
".": {}
8+
}
9+
}

0 commit comments

Comments
 (0)