Releasing an Addon
Whenever going about releasing an addon, it is very similar to how you release an FW app, with a few minor changes:
-
Very Important: In your preferred Git client, ensure you have the latest changes pulled and your changes committed and pushed. Otherwise the released version and all updates from the repository will not be in sync.
-
Increment the version number in your addon’s
fw.json
and commit the change -
Run
composer run-script release
at your addon's root folder -
Run
fw publish
at your addon’s root folder -
Delete the zip folder that was created from release
-
Update the addon in any apps, which use the addon, using Main Docs - Using Addons - Updating Addons. Make sure to let other developers know that they need to update the addon, and if they need to make any changes to their implementation of the addon.