Skip to content

Commit

Permalink
ci: migrate to release-please v4 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia authored Dec 31, 2023
1 parent fb725e4 commit 8dafe8c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ ".": "0.2.1" }
8 changes: 8 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
".": {}
}
}
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release
uses: GoogleCloudPlatform/release-please-action@v3
uses: GoogleCloudPlatform/release-please-action@v4
with:
release-type: go
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json

0 comments on commit 8dafe8c

Please sign in to comment.