-
Notifications
You must be signed in to change notification settings - Fork 1
How to make a release
Mattias Nilsson edited this page Jan 29, 2021
·
2 revisions
-
Make sure appropriate tests have been made As a reference, the below can be used: Patch release test the affected functionality end-to-end from a user perspective. Minor release, test the whole plugin and all of it's functionality. Major release, a test plan should be created and executed. [Danger zone]
-
Update version numbering See guide here, https://github.com/Billmate/billmate-checkout-for-woocommerce/wiki/How-version-number-is-updated.
-
Create a new release
-
Verify that the new release have been successfully deployed to WordPress SVN.
- Progress of the deployment can be found in the following Github Action: https://github.com/Billmate/billmate-checkout-for-woocommerce/actions?query=workflow%3A%22Publish+plugin+to+wordpress.org%2Fplugins%2F%22
- Check the it have been successfully deployed to: https://wordpress.org/plugins/billmate-checkout-for-woocommerce/
-
Test to update a store using the built in updater to make sure nothing breaks.