-
Notifications
You must be signed in to change notification settings - Fork 626
Plugin Publishing
Maribeth Bottorff edited this page Oct 29, 2020
·
5 revisions
The Blockly team uses Lerna to manage versioning and publishing for all plugins.
Every Thursday a member of the Blockly team uses Lerna to check for changes in all published plugins, and republishes any that have changed. If you need a change to be published sooner, please note it on your pull request.
Plugins that are not ready for publishing should be marked private
in their package.json
. This may happen if a plugin relies on a not-yet-published change in core Blockly. Core Blockly is published in the last week of each quarter (once every three months).