bookings-helper
bookings-helper copied to clipboard
Release version 1.0.8
This issue is for tracking the 1.0.8 release. Target release date: March 31 2025
Description
- [x] Merge #45
Release steps
- [x] Branch: Starting from
master, cut a release branch namedrelease/1.0.8 - [x] Version bump: Bump the version number in
bookings-helper.phpto 1.0.8. Inbookings-helper.phpupdate both the plugin "Version:" property and the pluginWC_BOOKINGS_HELPER_VERSIONconstant - [x] Update
@since: Find all new@since x.x.x/@since n.e.x.tlines and update those with the new version number, 1.0.8 - [x] Update changelog: Ensure the
changelog.txthas all merged PRs in it - [x] Open PR: Open a new PR against
masterfrom the release branch,release/1.0.8 - [x] Merge: Merge the release PR into
master - [x] Prepare ZIP: Prepare the zip by running
composer install --no-dev && composer archive --file=bookings-helper --format=ziplocally - [x] Compare: Download the latest released zip and then run a diff compare against the generated zip, ensuring all expected changes are there (and no unexpected changes)
- [x] Test ZIP: Take the ZIP generated from the previous step and test this locally, ensuring version numbers look correct, the changelog looks correct and the plugin installs and activates properly
- [x] Attach ZIP: Attach the ZIP to this issue and ping the Automattic team in the
#a8c-10up-woo-supportchannel to complete the release
@woocommerce/proton the above zip is ready for release. Note that this requires only GitHub release as there is no marketplace for this extension.
Done. Thanks @vikrampm1!