Skip to content

use patched github-changelog for properly rolling up beta changelog#10726

Merged
mansona merged 1 commit intoreleasefrom
fix-release-plan
Jun 13, 2025
Merged

use patched github-changelog for properly rolling up beta changelog#10726
mansona merged 1 commit intoreleasefrom
fix-release-plan

Conversation

@mansona
Copy link
Member

@mansona mansona commented Jun 13, 2025

As you can see by #10723 the changelog is not nearly as detailed as it needs to be. As it turns out this is an issue with the github-changelog tool we are using to list the releases (this used to be called lerna-changelog)

I have started a PR upstream to discuss the right behaviour release-plan/github-changelog#52 but for now I have verified that this is working for us here 👍 Here is the new changelog that this generates:

## Release (2025-06-13)

* ember-cli 6.5.0 (minor)

#### :rocket: Enhancement
* `ember-cli`
  * [#10721](https://github.com/ember-cli/ember-cli/pull/10721) Prepare 6.5.0 release ([@mansona](https://github.com/mansona))
  * [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `ember-cli`
  * [#10684](https://github.com/ember-cli/ember-cli/pull/10684) [BUGFIX] Remove deprecated `@types/eslint__js` dependency from `app` blueprint ([@gvdp](https://github.com/gvdp))

#### :house: Internal
* `ember-cli`
  * [#10722](https://github.com/ember-cli/ember-cli/pull/10722) prevent clashes between release-plan branches ([@mansona](https://github.com/mansona))
  * [#10719](https://github.com/ember-cli/ember-cli/pull/10719) [Backport release]: start using release-plan to release ember-cli ([@mansona](https://github.com/mansona))
  * [#10718](https://github.com/ember-cli/ember-cli/pull/10718) Prepare Beta Release v6.5.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
  * [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
  * [#10716](https://github.com/ember-cli/ember-cli/pull/10716) Prepare Beta Release v6.5.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
  * [#10715](https://github.com/ember-cli/ember-cli/pull/10715) [Backport beta]: Set up release-plan ([@mansona](https://github.com/mansona))
  * [#10695](https://github.com/ember-cli/ember-cli/pull/10695) update beta deps ([@kellyselden](https://github.com/kellyselden))
  * [#10693](https://github.com/ember-cli/ember-cli/pull/10693) update stable deps ([@kellyselden](https://github.com/kellyselden))

#### Committers: 4
- Chris Manson ([@mansona](https://github.com/mansona))
- Kelly Selden ([@kellyselden](https://github.com/kellyselden))
- [@github-actions[bot]](https://github.com/apps/github-actions)
- [@gvdp](https://github.com/gvdp)

I'm pretty sure that covers all changes that we would expect to show up in the changelog 👍

@mansona mansona merged commit dc61c0f into release Jun 13, 2025
71 checks passed
@mansona mansona deleted the fix-release-plan branch June 13, 2025 16:39
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.

2 participants