Skip to content

Publishing

Daniel Coelho edited this page Jun 17, 2020 · 15 revisions

Note: This section is only for Utrust team members or external collaborators with permissions.

To release a new version of the current code on the master branch, you'll need to follow these steps:

  1. Update the version on utrust-for-woocommerce.php line 7
  2. Update CHANGELOG.md and readme.txt with all the significant changes since the last version update
  3. Run (change the release name accordingly):
bin/create-release v1.0.0

This will trigger the GitHub action create-release.

  1. Go to Releases and edit the new release:
    1. Copy the version changes from the CHANGELOG.md to the message body
    2. Click Publish release
  2. Check if the changes are done on the Wordpress plugin page. It should be automatic.

NOTES:

  • .wordpress-org folder contains the assets that will be automatically uploaded to the Wordpress SVN repo assets folder.
Clone this wiki locally