Skip to content

Commit

Permalink
chore: update release-please config (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Mar 11, 2024
1 parent 5f67810 commit da76c95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
3 changes: 3 additions & 0 deletions .release-please-manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.16.2"
}
10 changes: 7 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"release-type": "python",
"package-name": "gyp-next",
"bump-minor-pre-major": true
"packages": {
".": {
"release-type": "python",
"package-name": "gyp-next",
"bump-minor-pre-major": true
}
}
}

0 comments on commit da76c95

Please sign in to comment.