Skip to content

[Feature] Use GitHub-native generated release notes#753

Merged
TorinAsakura merged 8 commits into
masterfrom
fix/github-native-release-notes
Jun 17, 2026
Merged

[Feature] Use GitHub-native generated release notes#753
TorinAsakura merged 8 commits into
masterfrom
fix/github-native-release-notes

Conversation

@TorinAsakura

@TorinAsakura TorinAsakura commented Jun 17, 2026

Copy link
Copy Markdown
Member

Task

Contract

  • Release note bodies are repository-scoped public product notes.
  • Package tags and versions identify the released artifact; they do not imply an internal workspace-scoped changelog body.
  • Workspace/path filtering from the legacy changelog path is intentionally removed from the active publish path.

How to Verify

Main Scenario

  1. Context: post-merge publish workflow.
    Action: merged PR publish reaches the release path.
    Expected result: the workflow no longer runs the legacy changelog generate action, and yarn release create asks GitHub to generate release notes through the GitHub Releases API before creating each release.

Additional Scenario

  1. Context: release plugin unit coverage.
    Action: run yarn test unit release-create --test-reporter=tap.
    Expected result: release note generation uses package-specific previous tags and a target commitish for new release tags.

Proofs

  • yarn test unit release-create --test-reporter=tap
  • Targeted yarn typecheck and yarn lint for changed release files
  • yarn workspace @atls/code-github build
  • yarn workspace @atls/yarn-plugin-release build
  • yarn workspace @atls/yarn-cli build
  • cmp -s yarn/cli/dist/yarn.mjs .yarn/releases/yarn.mjs
  • yarn raijin:check
  • yarn check

@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: 9b372a930d

ℹ️ 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 yarn/plugin-release/sources/release-create.command.ts Outdated

@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: 22f28ebb07

ℹ️ 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 code/code-github/src/release.ts
Comment thread yarn/plugin-release/sources/release-create.command.ts Outdated

@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: e80ee4fd80

ℹ️ 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 yarn/plugin-release/sources/release-create.command.ts
@TorinAsakura TorinAsakura merged commit e7a9b70 into master Jun 17, 2026
7 checks passed
@TorinAsakura TorinAsakura deleted the fix/github-native-release-notes branch June 17, 2026 23:46
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.

[Feature] Replace custom changelog flow with GitHub-native release notes

1 participant