Skip to content

Commit

Permalink
chore(deps): Update google-github-actions/release-please-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Jun 27, 2024
1 parent f90ae63 commit 0409b02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_GH_TOKEN }}
release-type: python
package-name: "openhexa-app"
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: false
include-v-in-tag: false
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
token: ${{ secrets.RELEASE_GH_TOKEN }}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "python",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"include-v-in-tag": false,
"changelog-type": "github",
"changelog-sections": [
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false}
]
}

0 comments on commit 0409b02

Please sign in to comment.