chore: release v0.1.2#28
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cbae4fa5bd
ℹ️ 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".
| "name": "pickscribe-app", | ||
| "private": true, | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", |
There was a problem hiding this comment.
Bump the Tauri app version for this release
When this commit is tagged as v0.1.2, the release workflow’s “Verify tag matches app version” step reads src-tauri/tauri.conf.json and exits if it differs from the tag, but this patch only changes package.json; src-tauri/tauri.conf.json still says 0.1.1. That blocks the v0.1.2 release before bundles are published, so the Tauri config version needs to be bumped alongside this package version.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Fixed — the commit now bumps src-tauri/tauri.conf.json, src-tauri/Cargo.toml, workspace Cargo.toml, and Cargo.lock to 0.1.2 alongside package.json, so the tag-verify step will pass.
cbae4fa to
fe4f9f0
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Version bump and UNRELEASED reset for the v0.1.2 release. Release notes are staged for the GitHub release description (source of truth).
Refs pickforge/pickforge#130
🤖 Generated with Claude Code