Skip to content

Commit

Permalink
Merge pull request #142 from scop/renovate/google-github-actions-rele…
Browse files Browse the repository at this point in the history
…ase-please-action-4.x

chore(deps): update google-github-actions/release-please-action action to v4
  • Loading branch information
scop committed Feb 4, 2024
2 parents a6a1555 + 9ed5ff8 commit 39bd41c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"packages": {
".": {
"package-name": "hashpipe",
"release-type": "python",
"include-component-in-tag": false
}
},
"pull-request-title-pattern": "chore: release${component} ${version}"
}
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.9.2"}
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
release_please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release_please
with:
release-type: python
package-name: hashpipe
pull-request-title-pattern: "chore: release${component} ${version}"
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
outputs:
release_created: ${{ steps.release_please.outputs.release_created }}
sha: ${{ steps.release_please.outputs.sha }}
Expand Down

0 comments on commit 39bd41c

Please sign in to comment.