Skip to content

Commit

Permalink
fix(ci): Fix release-please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Sep 5, 2024
1 parent 681d272 commit 691b2ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_GH_TOKEN }}
release-type: simple
release-type: simple
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
7 changes: 1 addition & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
"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}
]
"changelog-type": "github"
}

0 comments on commit 691b2ff

Please sign in to comment.