Skip to content

chore: Add changelog generation script #744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 21, 2025

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented May 21, 2025

Adds the same yarn changelog script as in the sentry-javascript repo to extract a pre-formatted commit list we can easily insert into our CHANGELOG entries. Trialed in #743

@Lms24 Lms24 assigned Lms24, mydea and andreiborza and unassigned mydea and andreiborza May 21, 2025
@Lms24 Lms24 requested review from mydea and andreiborza May 21, 2025 08:12
@@ -13,6 +13,7 @@
"build:watch": "nx run-many --target=build:watch --all",
"build:graph": "nx graph",
"build:npm": "nx run-many --target=build:npm --all",
"changelog": "ts-node ./scripts/get-commit-list.ts",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where's the script? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

classic forgot to git add mistake 😅

Copy link
Member

@andreiborza andreiborza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice nice!

@@ -11500,6 +11500,13 @@ rollup@2.77.0:
optionalDependencies:
fsevents "~2.3.2"

rollup@2.79.2:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this just slipped in b/c I didn't rebase to latest main (dep upgrade via #736)

@Lms24 Lms24 merged commit ea04da5 into main May 21, 2025
37 of 40 checks passed
@Lms24 Lms24 deleted the lms/chore-changelog-generation-script branch May 21, 2025 10:48
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.

3 participants