feat: plugin ingestion claims — drops and pastes from other apps reac… #247
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: release-please | |
| # Changelog + release-PR automation (goal 0125): assembles | |
| # CHANGELOG.md and a version-bump PR from merge titles, which this | |
| # repo already writes in Conventional Commits form (squash-merge | |
| # titles). Merging that PR creates the tag release.yml builds from. | |
| # Adopted per the recorded research verdict (rejected: changesets -- | |
| # per-PR manual authoring for multi-package versioning Mill doesn't | |
| # have; git-cliff -- Rust, fails the toolchain constraint as | |
| # written). | |
| on: | |
| push: | |
| branches: [main] | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 | |
| with: | |
| release-type: go |