Skip to content

chore: releasing hugr-py-0.2.0-pre #53

chore: releasing hugr-py-0.2.0-pre

chore: releasing hugr-py-0.2.0-pre #53

Workflow file for this run

# Automatic changelog and version bumping with release-please for python projects
name: Release-please 🐍
on:
workflow_dispatch: {}
push:
branches:
- main
- 'release/hugr-py-0.2.0-pre*'
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Create release PR
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
# https://stackoverflow.com/a/71158878
target-branch: ${{ github.head_ref || github.ref_name }}