Skip to content

chore(main): release 0.7.1 (#31) #2

chore(main): release 0.7.1 (#31)

chore(main): release 0.7.1 (#31) #2

Workflow file for this run

---
name: Manage Release PR
on: # yamllint disable-line rule:truthy
push:
branches: [main]
jobs:
release-please:
name: Open/update the release PR
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v7
with:
fetch-tags: true
-
# skip-github-release: this only ever manages the version-bump PR
# (manifest/CHANGELOG.md/mix.exs) - it never creates a tag or
# GitHub Release. release.yaml does that itself, atomically, once
# this PR merges and binaries are already built - see its own
# comments for why.
uses: googleapis/release-please-action@v5
with:
config-file: .release-please-config.json
manifest-file: .release-please-manifest.json
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
skip-github-release: true