Skip to content
Merged
Show file tree
Hide file tree
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 Jun 11, 2025
04ff651
[release] Add MUI-X release automation script
michelengelen Jun 11, 2025
5e2476a
[release] Enhance changelog generator with modularized sections and a…
michelengelen Jun 12, 2025
4cfe63a
[release] Automate changelog generation and PR creation in release sc…
michelengelen Jun 12, 2025
59d656b
changed back to original version
michelengelen Jun 12, 2025
dc56e89
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen Jun 12, 2025
9e56220
[release] Add detailed PR body checklist to release script
michelengelen Jun 12, 2025
6e7eea4
[release] Expand release script comments with detailed workflow steps
michelengelen Jun 12, 2025
3e0a5a1
Merge branch 'master' into release/add-release-script
michelengelen Jun 12, 2025
b6c8f46
improved git handling
michelengelen Jun 12, 2025
6b54ba9
updated description
michelengelen Jun 12, 2025
931f42b
removed old version
michelengelen Jun 12, 2025
78c50c8
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen Jun 12, 2025
128e927
Apply suggestions from code review
michelengelen Jun 12, 2025
21c3242
improved script
michelengelen Jun 12, 2025
e899a18
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen Jun 12, 2025
695fab4
removed a bit of redundant comments
michelengelen Jun 12, 2025
71047ed
Merge branch 'master' into release/add-release-script
michelengelen Jun 12, 2025
02b3d97
[release] Document new automated release preparation script in README
michelengelen Jun 12, 2025
53df036
Update release:create-pr script to use Node.js and add new dependencies
michelengelen Jun 13, 2025
dc973f6
Enhance version selection process to support prerelease options and i…
michelengelen Jun 13, 2025
20ca22b
Fix: Update createReleasePR script to inherit stdio for better output…
michelengelen Jun 13, 2025
8e4446e
updated the descriptions and comments
michelengelen Jun 13, 2025
6201df3
Merge branch 'master' into release/add-release-script
michelengelen Jun 13, 2025
c2ff430
Merge branch 'master' into release/add-release-script
michelengelen Jun 13, 2025
7a39f6c
made the changelog generation undependent of node execution
michelengelen Jun 13, 2025
f8efd33
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen Jun 13, 2025
4c5c213
Extract changelog generation logic into `changelogUtils.mjs` and clea…
michelengelen Jun 16, 2025
b245c7b
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen Jun 16, 2025
e74799a
Enhance `createReleasePR` script to include origin owner detection fo…
michelengelen Jun 16, 2025
812de49
Add push to origin step in `createReleasePR` script after committing …
michelengelen Jun 16, 2025
27616c2
Filter out bot accounts when categorizing contributors in `changelogU…
michelengelen Jun 16, 2025
ede98a5
Filter out bot accounts when categorizing contributors in `changelogU…
michelengelen Jun 16, 2025
3cae82b
Refactor `createReleasePR` script: centralize org/repo constants, add…
michelengelen Jun 16, 2025
8741b05
Fix changelog formatting in `createReleasePR` script to ensure proper…
michelengelen Jun 16, 2025
4bccc99
Merge branch 'master' into release/add-release-script
michelengelen Jun 16, 2025
71b5a45
Apply suggestions from code review
michelengelen Jun 17, 2025
4999941
changed name of script to `release:prepare`
michelengelen Jun 17, 2025
7b7fd2b
changed name of script to `release:prepare`
michelengelen Jun 17, 2025
f3e9b0d
Filter commits by `dependencies` and `scope: scheduler` labels in `ch…
michelengelen Jun 17, 2025
d2a809d
remove this commit
michelengelen Jun 17, 2025
2c9bde9
Refactor `changelogUtils.mjs` to improve commit filtering by excludin…
michelengelen Jun 17, 2025
5a9e2a0
Update `changelogUtils.mjs` to use default version placeholder when `…
michelengelen Jun 17, 2025
751d1a7
Remove extra line between text and enumeration for contributor and te…
michelengelen Jun 17, 2025
abd2f24
Refactor scripts to centralize Octokit initialization, enhance typing…
michelengelen Jun 17, 2025
91e1aa3
Refactor `createReleasePR` script to use centralized Octokit instance…
michelengelen Jun 17, 2025
cdfb925
Refactor `changelogUtils.mjs` and `createReleasePR.mjs` to clean up r…
michelengelen Jun 17, 2025
3b1cee3
Refactor `createReleasePR.mjs` to replace `getCurrentVersion` with `p…
michelengelen Jun 17, 2025
e9a1d3e
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen Jun 17, 2025
b26d3aa
Refactor commit filtering logic by removing `filterCommit` from `rele…
michelengelen Jun 17, 2025
d529a68
Merge branch 'master' into release/add-release-script
michelengelen Jun 18, 2025
3be784f
updated lock file
michelengelen Jun 18, 2025
a6b4913
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen Jun 18, 2025
83951e7
removed some JSDoc and improved others
michelengelen Jun 18, 2025
2d6fa26
Merge remote-tracking branch 'upstream/master' into release/add-relea…
michelengelen Jun 18, 2025
0571091
Update scripts/createReleasePR.mjs
michelengelen Jun 18, 2025
0cc284e
Update scripts/createReleasePR.mjs
michelengelen Jun 18, 2025
2d2f827
Refactor `checkUncommittedChanges` in `createReleasePR.mjs` to improv…
michelengelen Jun 18, 2025
f2c6978
Merge branch 'master' into release/add-release-script
michelengelen Jun 18, 2025
9d4edfa
adjusted regex to accommodate for SSH and URL remotes
michelengelen Jun 18, 2025
5df78ac
removed some warnings that are obsolete
michelengelen Jun 18, 2025
46454e1
moved branch creation to run after the step updating the upstream rem…
michelengelen Jun 18, 2025
8203abc
Merge remote-tracking branch 'origin/release/add-release-script' into…
michelengelen Jun 18, 2025
1ff9b95
moved uncommitted changes check to run before branch creation
michelengelen Jun 18, 2025
e89a131
refactored remote handling logic in `createReleasePR.mjs` to include …
michelengelen Jun 19, 2025
b159426
added specific error handling for 403 status when fetching team membe…
michelengelen Jun 19, 2025
d54af6b
Merge branch 'master' into release/add-release-script
michelengelen Jun 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"release:publish": "pnpm publish --recursive --tag latest",
"release:publish:dry-run": "pnpm publish --recursive --tag latest --registry=\"http://localhost:4873/\"",
"release:tag": "node scripts/releaseTag.mjs",
"release:prepare": "node scripts/createReleasePR.mjs",
"validate": "concurrently \"pnpm prettier && pnpm eslint\" \"pnpm proptypes\" \"pnpm docs:typescript:formatted\" \"pnpm docs:api\"",
"clean:node_modules": "rimraf --glob \"**/node_modules\"",
"clean": "pnpm -r exec rm -rf build tsconfig.build.tsbuildinfo"
Expand All @@ -67,6 +68,8 @@
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@argos-ci/core": "^3.2.0",
"execa": "^9.6.0",
"inquirer": "^9.2.15",
"@babel/cli": "^7.27.2",
"@babel/core": "catalog:",
"@babel/plugin-transform-class-properties": "^7.27.1",
Expand Down
40 changes: 34 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@

### Prepare the release of the packages

> [!INFO]
> You can now use the new automated release preparation script by running `pnpm release:prepare`. This script automates steps 1-5 below by:
>
> - Asking for the major version to update (v7.x, v6.x, etc.)
> - Determining the new version based on the selected major version:
> - For non-latest major versions: patch/minor/custom
> - For latest major version: patch/minor/major/custom and prerelease options:
> - Start alpha prerelease (if no prerelease exists)
> - Increase alpha version or start beta (if alpha exists)
> - Increase beta version or go to major (if beta exists)
> - Creating a new branch from upstream/master (for latest major) or upstream/vX.x (for older versions)
> - Updating the root package.json and all product package versions
> - Generating and formatting the changelog
> - Creating a PR with all changes and a complete checklist
>
> This script is fully interactive and will guide you through the release process.

Check warning on line 32 in scripts/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "scripts/README.md", "range": {"start": {"line": 32, "column": 40}}}, "severity": "WARNING"}

The following steps must be proposed as a pull request.

1. Compare the last tag with the branch upon which you want to release (`next` for the alpha / beta releases and `master` for the current stable version).
Expand Down
Loading
Loading