-
Notifications
You must be signed in to change notification settings - Fork 49
Quick Start Guide
Jonathan Mak edited this page Sep 26, 2018
·
1 revision
- Fetch tag
$ git fetch --tags ckeditor
- Merge tag
$ git merge -m "LPS-12345 Merge tag 4.5.7 into ee.4.5.x" 4.5.7
- Build
$ cd dev/builder/
$ build.sh
- Release files will be in:
dev/builder/release
- Test in Portal
OSGi Bundle:
/modules/apps/foundation/frontend-editor/frontend-editor-ckeditor-web
- Update version in
build.gradle
:
String ckEditorVersion = "4.5.8"
- Update ZIP in
/third-party
. Note, SCAYT and WSC ZIPs will auto-update when the bundle is deployed.
- Tag and release (repository owner only)
$ git tag ee-4.5.7-r3
$ git push --tags upstream ee-4.5.x