-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[infra] Add automated release PR creation script #18345
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
michelengelen
merged 67 commits into
mui:master
from
michelengelen:release/add-release-script
Jun 19, 2025
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
0963027
[release] Add MUI-X release automation script
michelengelen 04ff651
[release] Add MUI-X release automation script
michelengelen 5e2476a
[release] Enhance changelog generator with modularized sections and a…
michelengelen 4cfe63a
[release] Automate changelog generation and PR creation in release sc…
michelengelen 59d656b
changed back to original version
michelengelen dc56e89
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen 9e56220
[release] Add detailed PR body checklist to release script
michelengelen 6e7eea4
[release] Expand release script comments with detailed workflow steps
michelengelen 3e0a5a1
Merge branch 'master' into release/add-release-script
michelengelen b6c8f46
improved git handling
michelengelen 6b54ba9
updated description
michelengelen 931f42b
removed old version
michelengelen 78c50c8
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen 128e927
Apply suggestions from code review
michelengelen 21c3242
improved script
michelengelen e899a18
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen 695fab4
removed a bit of redundant comments
michelengelen 71047ed
Merge branch 'master' into release/add-release-script
michelengelen 02b3d97
[release] Document new automated release preparation script in README
michelengelen 53df036
Update release:create-pr script to use Node.js and add new dependencies
michelengelen dc973f6
Enhance version selection process to support prerelease options and i…
michelengelen 20ca22b
Fix: Update createReleasePR script to inherit stdio for better output…
michelengelen 8e4446e
updated the descriptions and comments
michelengelen 6201df3
Merge branch 'master' into release/add-release-script
michelengelen c2ff430
Merge branch 'master' into release/add-release-script
michelengelen 7a39f6c
made the changelog generation undependent of node execution
michelengelen f8efd33
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen 4c5c213
Extract changelog generation logic into `changelogUtils.mjs` and clea…
michelengelen b245c7b
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen e74799a
Enhance `createReleasePR` script to include origin owner detection fo…
michelengelen 812de49
Add push to origin step in `createReleasePR` script after committing …
michelengelen 27616c2
Filter out bot accounts when categorizing contributors in `changelogU…
michelengelen ede98a5
Filter out bot accounts when categorizing contributors in `changelogU…
michelengelen 3cae82b
Refactor `createReleasePR` script: centralize org/repo constants, add…
michelengelen 8741b05
Fix changelog formatting in `createReleasePR` script to ensure proper…
michelengelen 4bccc99
Merge branch 'master' into release/add-release-script
michelengelen 71b5a45
Apply suggestions from code review
michelengelen 4999941
changed name of script to `release:prepare`
michelengelen 7b7fd2b
changed name of script to `release:prepare`
michelengelen f3e9b0d
Filter commits by `dependencies` and `scope: scheduler` labels in `ch…
michelengelen d2a809d
remove this commit
michelengelen 2c9bde9
Refactor `changelogUtils.mjs` to improve commit filtering by excludin…
michelengelen 5a9e2a0
Update `changelogUtils.mjs` to use default version placeholder when `…
michelengelen 751d1a7
Remove extra line between text and enumeration for contributor and te…
michelengelen abd2f24
Refactor scripts to centralize Octokit initialization, enhance typing…
michelengelen 91e1aa3
Refactor `createReleasePR` script to use centralized Octokit instance…
michelengelen cdfb925
Refactor `changelogUtils.mjs` and `createReleasePR.mjs` to clean up r…
michelengelen 3b1cee3
Refactor `createReleasePR.mjs` to replace `getCurrentVersion` with `p…
michelengelen e9a1d3e
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen b26d3aa
Refactor commit filtering logic by removing `filterCommit` from `rele…
michelengelen d529a68
Merge branch 'master' into release/add-release-script
michelengelen 3be784f
updated lock file
michelengelen a6b4913
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen 83951e7
removed some JSDoc and improved others
michelengelen 2d6fa26
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen 0571091
Update scripts/createReleasePR.mjs
michelengelen 0cc284e
Update scripts/createReleasePR.mjs
michelengelen 2d2f827
Refactor `checkUncommittedChanges` in `createReleasePR.mjs` to improv…
michelengelen f2c6978
Merge branch 'master' into release/add-release-script
michelengelen 9d4edfa
adjusted regex to accommodate for SSH and URL remotes
michelengelen 5df78ac
removed some warnings that are obsolete
michelengelen 46454e1
moved branch creation to run after the step updating the upstream rem…
michelengelen 8203abc
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen 1ff9b95
moved uncommitted changes check to run before branch creation
michelengelen e89a131
refactored remote handling logic in `createReleasePR.mjs` to include …
michelengelen b159426
added specific error handling for 403 status when fetching team membe…
michelengelen d54af6b
Merge branch 'master' into release/add-release-script
michelengelen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.