You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Initialise your git repository using 'git init' in your wordpress plugin directory (e.g. /path/to/wordpress/wp-content/plugins/<plugin-name>/
2) Preferably create a project on github and push your project there.
3) Edit deploy.sh and fill in the necessary config values at the top of the file.
4) Run deploy.sh and follow the instructions to make a new release.
WARNING: this deployment script does everything. Once it's run your plugin will be updated on wordpress and pushed out to all your users. So make sure your code is ready and tested and that you have increase the version numbers in your files :)