Skip to content

Commit

Permalink
chore: Migrate to manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Dec 3, 2024
1 parent 5fd6d02 commit e2f3a1b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: go
package-name: cloudquery-api-go
token: ${{ secrets.GH_CQ_BOT }}
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
- name: Parse semver string
if: steps.release.outputs.release_created
id: semver_parser
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.13.4"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
"include-component-in-tag": false,
"packages": {
".": {}
}
}

0 comments on commit e2f3a1b

Please sign in to comment.