Skip to content

ci: Renovate-only with signed commits + enforced DCO (#608) #28

ci: Renovate-only with signed commits + enforced DCO (#608)

ci: Renovate-only with signed commits + enforced DCO (#608) #28

# 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]
jobs:
release-please:
name: 📋 Release Please
uses: netresearch/.github/.github/workflows/release-please.yml@main
permissions:
contents: write
pull-requests: write
with:
release-type: node
skip-github-release: true