Skip to content

How to release new version

Sergey Nezbritskiy edited this page Dec 25, 2017 · 6 revisions

!!!WARNING!!! For authorized developers only! If you do not have permissions for committing into SVN repository, then you can create a PR on Github


Clone svn repository

Go to repository root directory and run svn co https://plugins.svn.wordpress.org/woo-shipping-for-nova-poshta svn.wordpress.org. This must clone svn repository into your git repository.

Publishing new version

  • open {root}/wp-content/plugins/woo-shipping-for-nova-poshta/woo-shipping-for-poshta.php and update tag version
  • open {root}/wp-content/plugins/woo-shipping-for-nova-poshta/readme.txt and update tag stable version
  • clear {root}/wp-content/plugins/woo-shipping-for-nova-poshta/logs directory
  • clear directory {root}/svn.wordpress.org (TODO gulp must do it automatically)
  • run gulp svn:push this will publish new version of plugin (actually it will copy {root}/wp-content/plugins/woo-shipping-for-nova-poshta into SVN)
  • run gulp svn:tag --t {your version tag} this will publish new tag
  • go to svn.wordpress.org and commit changes to SVN repository
Clone this wiki locally