Skip to content

fix: merge intro.md into index.mdx and remove stale versioned docs (#23) #19

fix: merge intro.md into index.mdx and remove stale versioned docs (#23)

fix: merge intro.md into index.mdx and remove stale versioned docs (#23) #19

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}