File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,5 +39,21 @@ This package provides a true ESM (EcmaScript Module) build of the [Monaco Editor
3939- Some features may require additional configuration for web workers. See Monaco Editor documentation for details.
4040- The ESM build is not guaranteed to be 100% compatible with all Monaco Editor plugins or extensions.
4141
42+ ### Updating to a New Monaco Editor Release
43+
44+ When a new version of Monaco Editor is released, update this package by running the ` update-monaco ` GitHub Actions workflow:
45+
46+ 1 . Go to the ** Actions** tab in your GitHub repository.
47+ 2 . Select the ** Update Monaco Editor** workflow.
48+ 3 . Click ** Run workflow** to trigger the update process.
49+
50+ This workflow will:
51+ - Install the latest Monaco Editor version
52+ - Update the package version
53+ - Rebuild the ESM and CSS outputs
54+ - Commit, tag, and (if configured) create a GitHub release for the new version
55+
56+ After the workflow completes, verify the changes and publish the package if needed.
57+
4258### License
4359MIT
You can’t perform that action at this time.
0 commit comments