Skip to content

Releasing CKEditor

Jonathan Mak edited this page Sep 25, 2018 · 1 revision

Push to Upstream (repository owner only)

IMPORTANT: Be sure you have tested the new CKEditor ZIP in Portal before pushing to Upstream. Also, be sure your commits are pushed to upstream before sending the CKEditor Zip for review in Portal.

$ git tag ee-<VERSION>[-r?]          # ee-4.0.3-r10
$ git push --tags upstream ee-?.?.x  # ee-4.0.x
Clone this wiki locally