-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
The release pull request has been created! This checklist is a guide to follow for the remainder of the release process. You can check off each item in this list once completed.
Initial Preparation
Write Testing NotesWhen creating testing notes, please write them from the perspective of a "user" (merchant) familiar with WooCommerce. So you don't have to spell out exact steps for common setup scenarios (eg. "Create a product"), but do be specific about the thing being tested. Include screenshots demonstrating expectations where that will be helpful. Additionally, make sure to differentiate between things in the testing notes that only apply to the feature plugin and things that apply when included in WooCommerce core as there may be variations there.
Update Pull Request description and get approvals
Ensure hub is set up and you're authenticated
Push the button - Deploy!
If this release is deployed to WordPress.org...
After Workflow completes
Publish posts
Pull request in WooCommerce Core for Package updateThis only needs to be done if this release is the last release of the feature plugin before code freeze in the WooCommerce core cycle. If this condition doesn't exist you can skip this section.
🚀 This comment was generated by the automations bot triggered by the creation of the branch:
|
Size Change: 0 B Total Size: 816 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a round of testing and found some issues. I think the only blocker is this one (I created the PR to fix it, but it needs to be reviewed): #5850.
Then, there are some others which I don't consider blocking, but leaving the last decision to you @sunyatasattva: #5286, #5846, #5847 and #5849.
I'm approving this PR because everything else looks good, but #5850 would need to be fixed first.
docs/testing/releases/700.md
Outdated
|
||
### Fix button hover and focus states ([5712](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5712)) | ||
|
||
1. Checkout the branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove this line.
docs/testing/releases/700.md
Outdated
2. Create test pages for cart, mini cart, and checkout blocks. | ||
3. In each page check the hover and focus styles for the `View my cart`, `Go to checkout`, `Proceed to Checkout`, and `Place Order` buttons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And remove Mini Cart references from here: 🙂
2. Create test pages for cart, mini cart, and checkout blocks. | |
3. In each page check the hover and focus styles for the `View my cart`, `Go to checkout`, `Proceed to Checkout`, and `Place Order` buttons. | |
2. Create test pages for cart and checkout blocks. | |
3. In each page check the hover and focus styles for the `Proceed to Checkout`, and `Place Order` buttons. |
…erlined (#5851) class name on price container in Product by * blocks changed from 'wc-block-components-product-price' to 'wc-block-grid__product-price'
156868b
to
7adae4b
Compare
This is the release pull request for WooCommerce Blocks plugin
7.0.0
.Changelog
Communication
Prepared Updates
Please leave a comment on this PR with links to the following:
Release announcement (announcement post on developer.woocommerce.com published after release).
Happiness engineering or Happiness/Support (if special instructions needed).
Relevant developer documentation (if applicable).
Quality
Testing Instructions are included in this PR
Any performance impacts are documented.
🚀 This pull request was generated by the automations bot triggered by the creation of the branch:
release/7.0.0
. cc @sunyatasattva