You can easily release your plugin using Appsero. Here are the steps.
To publish new releases, click on a plugin or a theme. There you will find the Release option on the sidebar. Click on it.
There, After clicking on the Add New Release
button, you will get a form.
Fill up the form with the following information.
Name | Required | Description |
---|---|---|
Version | Yes | The version of the release |
Release Date | Yes | Date of Release |
Changelog | Yes | Change log of the Plugin/Theme. This is markdown supported. |
File Name | Yes | Name of the file. It will be filled up automatically if you upload the file. |
File Path | Yes | File location path of the file. It will be filled up automatically if you upload the file. |
If the Plugin/Theme has multiple variations then you will get multiple options for publishing release.
After filling up the form, click on
Publish Release
button
The release has been created successfully. Your customer will get a notification for the update and will be able to update the Plugin/Theme.
Manage Release from Git Account
You can manage your releases directly from your Git account (Github/Bitbucket)
- Please read the Push to Deploy documentation to learn more.