Skip to content

feat(release): commit the version bump and changelog back to main - #32

Merged
Mearman merged 1 commit into
mainfrom
feat/release-commits-changelog
Sep 13, 2026
Merged

Mearman merged 1 commit into
mainfrom
feat/release-commits-changelog

Conversation

@Mearman

@Mearman Mearman commented Sep 13, 2026

Copy link
Copy Markdown
Member

@semantic-release/git was a devDependency but never wired into the plugins array, so every release only ever bumped package.json inside the release job's own ephemeral working copy — nothing was ever committed back, and CHANGELOG.md was never written to the repo at all.

Enables the plugin (assets: CHANGELOG.md, package.json). Needs the exadev App's token available before checkout runs, not after, since the branch ruleset refuses a direct push to main from any other token — reorders the app-token generation and checkout steps accordingly, matching the mechanism ci.yml already documents for exactly this reason.

@semantic-release/git was a devDependency but never wired into the
plugins array, so every release only ever bumped package.json inside
the release job's own ephemeral working copy — nothing was ever
committed back, and CHANGELOG.md was never written to the repo at
all. Release notes existed only on the GitHub Release itself.

Enables the plugin (assets: CHANGELOG.md, package.json), tagged by
@semantic-release/github afterwards so the release tag lands on the
commit that actually carries the bump and changelog, not the commit
that triggered the release. Needs the exadev App's token available
before checkout runs, not after, since the branch ruleset refuses a
direct push to main from any other token — the app-token generation
step and the checkout step are reordered accordingly.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 13, 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
🔒 Security Review Completed 2026-09-13T15:27:17.929338Z 3ac7f25 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.

@Mearman
Mearman merged commit 786ac48 into main Sep 13, 2026
8 checks passed
@Mearman
Mearman deleted the feat/release-commits-changelog branch September 13, 2026 15:27
@exadev

exadev Bot commented Sep 13, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@exadev exadev Bot added the released label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant