mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 15:37:44 +00:00
02bb7724c6
Add release-please-config.json with bump-patch-for-minor-pre-major=true so feat: commits produce patch bumps (2.2.0 → 2.2.1) instead of minor bumps (2.2.0 → 2.3.0) while the project is pre-1.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
388 B
YAML
20 lines
388 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches: [master, 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 }}
|
|
config-file: release-please-config.json
|
|
manifest-file: .release-please-manifest.json
|