fix(ci): replace inlined release-please@v4 with org thin wrapper#47
Merged
Merged
Conversation
Converts from an inlined googleapis/release-please-action@v4 job (with default GITHUB_TOKEN and no App-token minting) to the standard dryvist/.github reusable, matching nix-home and nix-darwin. This enables eager auto-merge on release PRs and aligns versioning to always-bump-minor. Next release will be 0.2.0 (accepted). Assisted-by: Claude:claude-opus-4-8
This was referenced Jun 4, 2026
Merged
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
release-please.ymlwas the only repo in the nix-* chain still using aninlined
googleapis/release-please-action@v4with defaultGITHUB_TOKENand no App-token minting
dryvist/.githubthin wrapper, matchingnix-homeandnix-darwinalways-bump-minorversioning, so the pendingrelease PR will become
0.2.0instead of0.1.10(accepted)release-please-config.jsonand.release-please-manifest.jsonareunchanged — the reusable passes them through
Test plan
actionlintexits 0 on the new filerelease-pleaserun succeeds using the App token0.2.0and auto-mergeis enabled
Refs: dryvist/nix-ai#880 dryvist/nix-darwin#1188 dryvist/nix-home#284
🤖 Generated with Claude Code