2.5.0 • Published 1 year ago
@commonapp/ckeditor5-build-classic v2.5.0
Common App CKEditor
A fork of CKEditor 5 for usage within the Common App product suite.
Build and publish instructions
- Create feature branch off of
develop - Complete any feature work and bump
package.jsonversion appropriately according to semantic versioning - Open a pull request against
develop - Once merged, publish to npm:
- Run
npm installto ensure you have the latest dependencies - Run
npm run build - If build succeeds, run
npm publish- Depending on permissions, a senior developer may need to assist with this
- It requires npm publishing permissions and a local login to the account with those permissions
- Run
- npm will email the publisher when the new version is live
After publishing the new version to npm, go back into the product being worked on and bump the package.json file version for @commonapp/cackeditor to the new version.
Use the specific version instead of the loose version globbing to prevent breaking changes from being pushed in future updates.