Skip to content

chore(ci): adopt node-ci gold-standard reusable (#604) #24

chore(ci): adopt node-ci gold-standard reusable (#604)

chore(ci): adopt node-ci gold-standard reusable (#604) #24

# Creates version-bump PRs with changelogs from conventional commits.
# Does NOT create releases or tags -- those are signed locally and pushed
# manually. The signed tag triggers release.when-tagged.yml for publishing.
name: Release Please
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: 📋 Release Please
runs-on: ubuntu-24.04
steps:
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
with:
release-type: node
skip-github-release: true