Skip to content

Merge pull request #166 from AustralianBioCommons/AAI-620-fix-approva… #95

Merge pull request #166 from AustralianBioCommons/AAI-620-fix-approva…

Merge pull request #166 from AustralianBioCommons/AAI-620-fix-approva… #95

name: release-please
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: python
package-name: aai-backend
token: ${{ secrets.GITHUB_TOKEN }}
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"perf","section":"Performance","hidden":false},
{"type":"refactor","section":"Refactoring","hidden":true},
{"type":"docs","section":"Docs","hidden":true},
{"type":"chore","section":"Chores","hidden":true},
{"type":"test","section":"Tests","hidden":true}
]