Skip to content

ci: Add conventional commits and release please workflows (#122) #1

ci: Add conventional commits and release please workflows (#122)

ci: Add conventional commits and release please workflows (#122) #1

# Automatic changelog generation and version bumping with release-please
name: Release-please 🐍
on:
workflow_dispatch: {}
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Create release PR
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/[email protected]
with:
token: ${{ secrets.HUGRBOT_PAT }}