-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- Update the version on
utrust-for-woocommerce.php
line 7 - Update
CHANGELOG.md
andreadme.txt
with all the significant changes since the last version update - Run (change the release name accordingly):
bin/create-release v1.0.0
This will trigger the GitHub action create-release.
- Go to Releases and edit the new release:
- Copy the version changes from the
CHANGELOG.md
to the message body - Click
Publish release
- Copy the version changes from the
- 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 repoassets
folder.