fix: harden release publication pipeline - #75
Merged
Conversation
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
Follow-up to #38 and failed runs 33342806687 and 33342807173.
latestornexttagnext.<run>.<attempt>versions so prereleases do not consume the final stable versionnpm publishcontinue-on-error~/.agentssync can expose private instructions or skills and can be disabledThe design follows GitHub reusable workflow restrictions, npm trusted publishing, and release-please action outputs.
Verification
go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.7 -colorbun install --frozen-lockfilebun run checkbun test— 107 passedbun run buildnpm pack --dry-run --json—opencode-synced@0.9.0, 43 entriesv0.9.0, while an advanced untaggedmainSHA is rejected forlatestThe E2E retained its known warning: the second machine local
AGENTS.mddid not refresh without restart, but its local sync repository contained the second sentinel and replication was confirmed.Release PR #38 follow-up
After this merges, release-please must refresh #38 against
main. The generated notes still need a manual accuracy pass to:~/.agentsis synced by default, can be disabled withincludeAgentsDir: false, and may contain private material/pull/<number>links for PRs fix: strip overrides removes keys missing from local config #50, feat: add isolated GitHub two-instance E2E workflow #52, fix: expand e2e coverage and docs for session sync compatibility #53, feat: sync skills directory by default #56, fix: for #69 (nice)resolveSmallModeltruncated selectors when the model ID itself contained/, #70, fix: sync plural OpenCode config directories #71, and feat: support explicit non-GitHub Git remotes #73 while keeping issue links for issues such as stripOverrides restores base value when override key is missing from local config #49 and resolveSmallModel truncates model IDs containing slashes #69Commit under review:
06fc12c.