fix(release): publish crate and align install docs#103
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
cargo publishstep toscripts/publish.shso future releases actually publish the crate promised by the install docs.cargo install unity-cliguidance in the README variants and agent bootstrap skill with GitHub Releases or local checkout install paths.release.ymlworkflow so Issue Failed installation via Cargo #64 does not recur through stale instructions.Changes
scripts/publish.sh: runcargo publishafter the existing dry-run validation and fix the workflow URL in the completion output.README.mdandREADME.*.md: remove the broken crates.io install path and document GitHub Releases pluscargo install --path .from a local checkout..claude-plugin/plugins/unity-cli/skills/unity-cli-usage/SKILL.md: stop auto-running the broken registry install command and point missing-install cases to supported paths.RELEASE.md,docs/development.md,CLAUDE.md,.github/workflows/README.md, andspecs/migration-notes.md: update release-entrypoint, workflow-name, and verification guidance to match the current repo behavior.scripts/e2e-all-tools.sh: replace the stale crates.io error hint with a release-binary hint.Testing
bash -n scripts/publish.sh— shell syntax passes.git diff --check— no whitespace or conflict-marker issues.npx --yes markdownlint-cli README.md README.ja.md README.de.md README.es.md README.fr.md README.it.md README.zh.md RELEASE.md docs/development.md CLAUDE.md .github/workflows/README.md .claude-plugin/plugins/unity-cli/skills/unity-cli-usage/SKILL.md --config .markdownlint.json --ignore-path .markdownlintignore— modified Markdown files pass linting.Related Issues / Links
Checklist
cargo clippy,cargo fmt,svelte-check) — N/A: no Rust or Svelte source changed.Context
cargo install unity-clifailed on Windows because the crate was still absent from crates.io while the repo and skill docs continued to advertise that path.Risk / Impact
a5af788and cut a follow-up patch release if the new publish step needs to be backed out.Notes
scripts/publish.sh.