Learn how to publish private Amplication plugins, including versioning, tagging your Git repository, and making your plugins available for organizational use.
Navigate to Private Plugins
Scroll to 'Add New Version'
Click 'Add Version'
Note the Version Number
Add a new version for your plugin in the Platform Console.
Navigate to Your Plugin's Local Repository
Create a Git Tag
git tag
command to create a tag. The tag format must be: your-plugin-id@version-number
. Replace your-plugin-id
with your actual Plugin ID (the folder name of your plugin) and version-number
with the version you noted in the previous step (e.g., 0.1.0
).Push the Tag to Your Remote Repository
git push
command, specifying the tag name.your-plugin-id@version-number
) and push the tag to your remote repository. Amplication relies on these tags to correctly identify and fetch the plugin code for each version.Go to Platform Console Changes
Click 'Publish New Version'
Add an Optional Version Message
Click 'Publish'
Publish your changes to make the new plugin version live.
Navigate to Private Plugins
Select Your Plugin
Disable Dev Version Toggle
Disable Dev Versions before publishing.
Add your newly published private plugin to a resource or template.