Skip to content

Commit

Permalink
chore: fix release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Mar 7, 2024
1 parent 788a29e commit da92774
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: python
package-name: gyp-next
bump-minor-pre-major: true
config-file: release-please-config.json
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"release-type": "python",
"package-name": "gyp-next",
"bump-minor-pre-major": true
}

0 comments on commit da92774

Please sign in to comment.