chore: release 0.12.7, begin 0.12.8.dev0 development - #83
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7809f58054
ℹ️ 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.7.dev0" | ||
| version = "0.12.8.dev0" |
There was a problem hiding this comment.
Preserve the tagged release commits in main
When this squashed commit lands, the already-pushed v0.12.7 tag remains on f62fb8a, while this commit's only parent is 032da2e, so the tag is not reachable from the new main. The next no-input release checks .github/workflows/release-trigger.yml lines 47-59 with git describe --tags --abbrev=0; because git describe selects a tag reachable from the commit, it will fall back to v0.12.6, recompute 0.12.7, and abort at the duplicate-tag check on lines 66-70. Preserve f62fb8a/7809f58 through a non-squash merge, or change version discovery to use the globally sorted tags before landing this development bump.
Useful? React with 👍 / 👎.
| [project] | ||
| name = "specify-cli" | ||
| version = "0.12.7.dev0" | ||
| version = "0.12.8.dev0" |
There was a problem hiding this comment.
Add the required agent-authorship trailer
This commit is authored by Codex but its message has no Assisted-by: trailer identifying the model and whether it acted autonomously or under supervision, so it does not satisfy the repository's mandatory per-commit agent disclosure requirement. Add the required trailer to the commit metadata before landing it.
AGENTS.md reference: AGENTS.md:L517-L524
Useful? React with 👍 / 👎.
| - Align workflow preset integration assertion | ||
| - Update workflow preset smoke artifacts | ||
| - Update workflow-preset to v2.0.0 (#72) | ||
| - Move architecture lifecycle into constitution workflow (#69) |
There was a problem hiding this comment.
Remove the released change from Unreleased
This entry records the architecture lifecycle change as part of 0.12.7, but the same change remains under Unreleased at lines 5-7. After this release commit, readers therefore see one completed change classified as both released and pending; remove the stale Unreleased entry when adding the release section.
Useful? React with 👍 / 👎.
Automated release of 0.12.7.
This PR was created by the Release Trigger workflow. The git tag
v0.12.7has already been pushed and the release artifacts are being built.Merging this PR will set
mainto0.12.8.dev0so that development installs are clearly marked as pre-release.