Skip to content

Commit

Permalink
chore: remove legacy config in release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 12, 2024
1 parent 57828da commit 1e88b34
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,4 @@ jobs:
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
# So this is a personnal access token
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: python
package-name: openfoodfacts_exports
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"style","section":"Technical","hidden":false},
{"type":"docs","section":"Technical","hidden":false},
{"type":"test","section":"Technical","hidden":false},
{"type":"chore","section":"Technical","hidden":false},
{"type":"refactor","section":"Technical","hidden":false}
]
release-type: node

0 comments on commit 1e88b34

Please sign in to comment.