feat(penpal): add release tooling and update README#321
Merged
Conversation
7321c61 to
e23b1d6
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6b1bccd728
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
e23b1d6 to
085c644
Compare
834de6f to
80eda22
Compare
085c644 to
172c488
Compare
Add changelog, prepare, and release justfile recipes for repeatable version bumping and release workflows. Update README with Homebrew as primary install method and build-from-source for development. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The justfile runs from apps/penpal/ so pathspecs and file references need to be relative to that directory, not the repo root. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
80eda22 to
9fa7182
Compare
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
Phase 2 of PENPAL-3 (Homebrew installation support). Stacked on #318.
just changelog <version>— generates a changelog entry using Claude from commits since the lastpenpal/v*tag, opens in Penpal for review.just prepare <version>— bumps version inCargo.tomlandpackage.json, then runschangelog.just release <version>— commits version bump, tagspenpal/v<version>, and pushes to trigger CI.Test plan
just prepare 0.2.0bumps version in both files and generates changelogjust release 0.2.0commits, tags, and pushes🤖 Generated with Claude Code