Skip to content

Conversation

@pomek
Copy link
Member

@pomek pomek commented Jul 2, 2025

Suggested merge commit message (convention)

Internal: Use dynamic imports to fix issues in the release process. Closes #607.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

@pomek pomek requested a review from psmyrek July 2, 2025 06:09
@pomek
Copy link
Member Author

pomek commented Jul 2, 2025

rm -rf release/; yarn release:prepare-packages; cat release/ckeditor5-react/package.json | grep version
yarn run v1.22.19
$ node ./scripts/preparepackages.js
✔ Verifying the repository.
✔ Updating the `#version` field.
✔ Running build command.
✔ Creating the `ckeditor5-react` package in the release directory.
✔ Cleaning-up.
✔ Commit & tag.
Done in 3.99s.
  "version": "11.0.0-alpha.0",

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6b788b65-a374-44d3-aee2-e944650e685d

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build c95c4b49-ff87-4c9a-83ad-f5fa96594e3f: 0.0%
Covered Lines: 597
Relevant Lines: 597

💛 - Coveralls

@pomek pomek merged commit b756304 into master Jul 2, 2025
7 checks passed
@pomek pomek deleted the i/607 branch July 2, 2025 06:27
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.

After preparing the release, package.json uses the previous version

4 participants