Skip to content

Use dynamic imports to fix issues in the release process#73

Merged
pomek merged 1 commit into
masterfrom
i/72
Jul 2, 2025
Merged

Use dynamic imports to fix issues in the release process#73
pomek merged 1 commit into
masterfrom
i/72

Conversation

@pomek

@pomek pomek commented Jul 2, 2025

Copy link
Copy Markdown
Member

Suggested merge commit message (convention)

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


Additional information

Testing steps

  • I modified the latest changelog version (patch bump).
  • rm -rf release/; yarn release:prepare-packages --branch i/72; cat release/ckeditor5-integrations-common/package.json | grep version
     yarn run v1.22.19
     $ node ./scripts/preparepackages.js --branch i/72
     ✔ Verifying the repository.
     ✔ Updating the `#version` field.
     ✔ Running build command.
     ✔ Creating the `ckeditor5-common-utils` package in the release directory.
     ✔ Cleaning-up.
     ✔ Commit & tag.
     Done in 5.44s.
       "version": "2.2.4",
    

To clean-up:

git tag -d v2.2.4
git reset --hard HEAD~1

@pomek
pomek merged commit c0e4318 into master Jul 2, 2025
6 checks passed
@pomek
pomek deleted the i/72 branch July 2, 2025 06:43
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

2 participants