Release version 1.6.8 #263
Labels
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
type: task
The issue is an internally driven task (e.g. from another A8c team).
Milestone
This issue is for tracking the 1.6.8 release. Target release date: November 04 2024
Pre-release steps
Release steps
trunk
, cut a release branch namedrelease/1.6.8
woocommerce-gateway-payfast.php
,package.json
,package-lock.json
andreadme.txt
to 1.6.7. Inwoocommerce-gateway-payfast.php
update both the plugin "Version:" property and the pluginWC_GATEWAY_PAYFAST_VERSION
constant@since
: Find all new@since x.x.x
/@since n.e.x.t
lines and update those with the new version number, 1.6.8php woorelease.phar cl:generate --product_version=1.6.8 https://github.com/woocommerce/woocommerce-gateway-payfast/tree/trunk
. Ensure the changelog updates look correctchangelog.txt
file andreadme.txt
filetrunk
from the release branch,release/1.6.8
needs: qit default tests
andneeds: e2e testing
. This will trigger the default QIT tests (activation, API and E2E) and our E2E tests. Ensure these tests pass as well as all other applicable teststrunk
trunk
branch:php woorelease.phar build https://github.com/woocommerce/woocommerce-gateway-payfast/tree/trunk
. Make sure you are running the proper versions ofnode
,npm
andcomposer
to ensure the built files are consistent across releases. Versions can be found inpackage.json
#a8c-10up-woo-support
channel to complete the releaseThe text was updated successfully, but these errors were encountered: