Skip to content

fix(release): recognize bang breaking markers - #76

Merged
roodboi merged 1 commit into
mainfrom
codex/fix-breaking-release
Sep 2, 2026
Merged

fix(release): recognize bang breaking markers#76
roodboi merged 1 commit into
mainfrom
codex/fix-breaking-release

Conversation

@roodboi

@roodboi roodboi commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • pin a Conventional Commits preset compatible with semantic-release 25
  • add a regression proving the repository release config classifies feat!: as a major release

Why

Release Prepare passed after PR #75 merged but emitted “no release” because the transitive preset exposed the legacy configuration shape. The unreleased breaking commit remains on main; once this fix lands, semantic-release will analyze both commits and publish the intended v4 release.

Verification

  • bun test tests/release-config.test.ts
  • bunx tsc -p packages/cli/tsconfig.json --noEmit
  • bun run check
  • bun x ultracite check
  • git diff --check

Release decision

Yes. This is a release-pipeline fix and should carry a patch signal; combined with the still-unreleased feat!: commit from PR #75, the next Release Prepare run must produce the intended major release.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T14:05:50.687766Z 204fc4a PR opened
🔒 Security Review Completed 2026-09-02T14:06:44.858658Z 204fc4a PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@roodboi
roodboi merged commit 8db8742 into main Sep 2, 2026
6 checks passed
@roodboi
roodboi deleted the codex/fix-breaking-release branch September 2, 2026 14:09
roodboi added a commit that referenced this pull request Sep 2, 2026
## Summary

- pin `conventional-changelog-conventionalcommits` 8.0.0, compatible
with semantic-release 25 and changelog-writer 8.2
- extend the release regression through both major-version analysis and
rendered breaking-change notes

## Why

Release Prepare correctly selected v4.0.0 after PR #76, but preset 10
requires changelog-writer 9+ and failed during note generation. Preset 8
provides the current config API without exceeding the writer version
bundled by semantic-release 25.

## Verification

- `bun test tests/release-config.test.ts`
- `bun run check`
- `bunx tsc -p packages/cli/tsconfig.json --noEmit`
- `git diff --check`

## Release decision

Yes. This release-pipeline correction should carry a patch signal. The
unreleased breaking commit from PR #75 remains in the semantic-release
range, so the next successful run should publish v4.0.0.

<!-- codesmith:footer -->
---
<a
href="https://app.blacksmith.sh/hack-dance/codesmith/hack/pr/77"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-light-v2.svg"><img
alt="View with [code]smith"
src="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"></picture></a>
<a
href="https://backend.blacksmith.sh/track/enable-autofix?expires=1790950695&installation_model_id=17053&pr_number=77&repository=hack-dance%2Fhack&return_to=https%3A%2F%2Fgithub.com%2Fhack-dance%2Fhack%2Fpull%2F77&signature=fef90926c64f91c3afa81b421781288e8c13fdd9725aefd62c50883b7198812e"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-light.svg"><img
alt="Autofix with [code]smith"
src="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"></picture></a>
<sup>Need help on this PR? Tag <code>@codesmith-bot</code> with what you
need. Autofix is disabled.</sup>

<!-- codesmith:autofix:disabled -->
<!-- /codesmith:footer -->
roodboi pushed a commit that referenced this pull request Sep 2, 2026
## [4.0.0](v3.5.2...v4.0.0) (2026-09-02)

### ⚠ BREAKING CHANGES

* remove implicit agent writes and retired surfaces

### Features

* remove implicit agent writes and retired surfaces ([bb10f99](bb10f99))

### Bug Fixes

* **release:** recognize bang breaking markers ([8db8742](8db8742)), closes [#75](#75) [#75](#75)
* **release:** use compatible changelog preset ([f211223](f211223)), closes [#76](#76) [#75](#75)
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