ckeditor / ckeditor5-package-generator

A tool for creating a new package for CKEditor 5.
Other
6 stars 6 forks source link

Internal: Aligned release tools to the latest CKEditor 5 dev. #154

Closed martnpaneq closed 1 year ago

martnpaneq commented 1 year ago

Suggested merge commit message (convention)

Internal: Aligned release tools to the latest CKEditor 5 dev. Closes ckeditor/ckeditor5-package-generator#153.


Additional information

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

Supported scopes

martnpaneq commented 1 year ago

I think, in the preparepackages.js script, we miss updating the version of dependencies between packages within the mono repository.

@pomek Added cross package dependency update.

pomek commented 1 year ago

A callback for determing if a package belongs to the mono repository must be smarter, as the repo contains both: scoped and non-scoped packages. See: