Skip to content

chore: release 0.12.7, begin 0.12.8.dev0 development - #83

Merged
bigsmartben merged 2 commits into
mainfrom
chore/release-v0.12.7
Jul 31, 2026
Merged

chore: release 0.12.7, begin 0.12.8.dev0 development#83
bigsmartben merged 2 commits into
mainfrom
chore/release-v0.12.7

Conversation

@bigsmartben

Copy link
Copy Markdown
Owner

Automated release of 0.12.7.

This PR was created by the Release Trigger workflow. The git tag v0.12.7 has already been pushed and the release artifacts are being built.

Merging this PR will set main to 0.12.8.dev0 so that development installs are clearly marked as pre-release.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread pyproject.toml
[project]
name = "specify-cli"
version = "0.12.7.dev0"
version = "0.12.8.dev0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Comment thread pyproject.toml
[project]
name = "specify-cli"
version = "0.12.7.dev0"
version = "0.12.8.dev0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Comment thread CHANGELOG.md
- 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)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@bigsmartben
bigsmartben merged commit 2df588b into main Jul 31, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant