Skip to content

Conversation

adamziel
Copy link
Collaborator

Motivation for the change, related issues

The automated Changelog generation stopped working in May.

The root cause? The CI job didn't explicitly pass the version number to npm run changelog. This PR solves that and backfills all the missing changelog entries.

Fixes #1654

Testing instructions

Merge this PR, release new NPM packages, confirm the changelog was updated. Unfortunatly there's no better way to verify it works :(

cc @brandonpayton

As reported in #1654, the automated Changelog generation stopped working in May. The root cause? The CI job didn't explicitly pass the version number to `npm run changelog`. This PR solves that and backfills all the missing changelog entries. ## Testing instructions Merge this PR, release new NPM packages, confirm the changelog was updated. Unfortunatly there's no better way to verify it works :(
@adamziel adamziel added [Type] Bug An existing feature does not function as intended [Type] Repo / Project Management labels Jul 31, 2024
@adamziel adamziel requested a review from a team as a code owner July 31, 2024 12:06
@adamziel adamziel merged commit 0719c7a into trunk Jul 31, 2024
@adamziel adamziel deleted the fix-changelog-generation branch July 31, 2024 12:12
@adamziel
Copy link
Collaborator Author

Let's give it a try!

@brandonpayton
Copy link
Member

Wonderful!
cdb69a0

Thanks, @adamziel!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Type] Bug An existing feature does not function as intended [Type] Repo / Project Management

2 participants