Release version 1.2.1 #378
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.2.1 release. Target release date: October 2023
Pre-release steps
Release steps
trunk
, cut a release branch namedrelease/1.2.1
woocommerce-accommodation-bookings.php
,readme.txt
,package.json
andpackage-lock.json
to 1.2.1. Inwoocommerce-accommodation-bookings.php
update both the plugin "Version:" property and the pluginWC_ACCOMMODATION_BOOKINGS_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.2.1php woorelease.phar cl:generate --product_version=1.2.1 https://github.com/woocommerce/woocommerce-accommodation-bookings/tree/trunk
. Ensure the changelog updates look correctchangelog.txt
andreadme.txt
in the release PR with those changestrunk
from the release branch,release/1.2.1
needs: qit default tests
. This will trigger the default QIT tests (activation, API and E2E). Ensure these tests pass as well as all other applicable teststrunk
trunk
branch:php woorelease.phar build https://github.com/woocommerce/woocommerce-accommodation-bookings/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: