Release version 4.8.2 #226
Labels
priority: high
The issue/PR is high priority—if affect 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 4.8.2 release. Target release date: October 14 2024
Pre-release steps
Release steps
trunk
, cut a release branch namedrelease/4.8.2
woocommerce-square.php
,package.json
,package-lock.json
andreadme.txt
to 4.8.2. Inwoocommerce-square.php
update both the plugin "Version:" property and the pluginWC_SQUARE_VERSION
constant@since
: Find all new@since x.x.x
/@since n.e.x.t
lines and update those with the new version number, 4.8.2php woorelease.phar cl:generate --product_version=4.8.2 https://github.com/woocommerce/woocommerce-square/tree/trunk
. Ensure the changelog updates look correctchangelog.txt
file andreadme.txt
filetrunk
from the release branch,release/4.8.2
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-square/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: