chore: release 0.12.5, begin 0.12.6.dev0 development#52
Conversation
Assisted-by: Codex (model: GPT-5, autonomous)
Assisted-by: Codex (model: GPT-5, autonomous)
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 81a4843486
ℹ️ 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".
| [project] | ||
| name = "specify-cli" | ||
| version = "0.12.5.dev0" | ||
| version = "0.12.6.dev0" |
There was a problem hiding this comment.
Preserve a taggable 0.12.5 release commit
When this release change is collapsed to a single tree, there is no commit in the reviewed history whose pyproject.toml version is 0.12.5; the final tree already says 0.12.6.dev0. The release trigger normally commits 0.12.5, tags that commit, then commits the dev bump, and the PyPI workflow checks out the tag and rejects it unless the tag version matches pyproject.toml. If v0.12.5 is placed on this reviewed commit, the publish job will fail with tag 0.12.5 versus package version 0.12.6.dev0, so keep/split the intermediate release-version commit or otherwise ensure the tag points at a tree with version = "0.12.5".
Useful? React with 👍 / 👎.
Automated release of 0.12.5.
The git tag
v0.12.5has been pushed and the release artifacts are being built from that tag.Merging this PR will set
mainto0.12.6.dev0so development installs are marked as pre-release.Assisted-by: Codex (model: GPT-5, autonomous), acting on behalf of @bigsmartben.