dependabot[bot]
01ad02ffbe
Bump tj-actions/branch-names from 6 to 7 ( https://github.com/woocommerce/woocommerce-blocks/pull/9688 )
...
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names ) from 6 to 7.
- [Release notes](https://github.com/tj-actions/branch-names/releases )
- [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/branch-names/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: tj-actions/branch-names
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 16:22:55 +02:00
dependabot[bot]
d14bd2f605
Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/9689 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 16:21:17 +02:00
Luigi Teschio
f17a09340f
Enable blockified templates ( https://github.com/woocommerce/woocommerce-blocks/pull/9551 )
...
* Enable blockified templates
* add html template
* fix function
* WIP
* Migrate Classic Block E2E tests to Playwright (https://github.com/woocommerce/woocommerce-blocks/pull/9575 )
* Add E2E tests
* add comment
* set worker to 1
* try now
* add beforeAll and afterAll hook
* restore woocommerce-gutenberg-products-block.php
* enable plugin with .wp-env configuration
* remove waitForNetworkIdle
* Products block: Add e2e tests (https://github.com/woocommerce/woocommerce-blocks/pull/9577 )
* migrate classic block to Playwright
* fix can be inserted more than once tests
* migrate classic block to Playwright
* fix command
* remove old tests
* improve E2E tests
* skip test
* Products block: add E2E pw tests
* Add E2E tests
* fix E2E test
* test now
* try now
* rename path
* set one worker
* try now
* try now
* try now
* set 1 worker
2023-06-01 11:51:59 +00:00
Niels Lange
8a9bcd4d13
Adjust contributor docs ( https://github.com/woocommerce/woocommerce-blocks/pull/9622 )
...
* Adjust contributor docs
* Adjust contributor docs
2023-05-30 13:30:36 +07:00
Albert Juhé Lluveras
e4f1dfdc22
Clarify step when bumping a release in WC core ( https://github.com/woocommerce/woocommerce-blocks/pull/9605 )
2023-05-26 12:05:10 +02:00
Luigi Teschio
a996ab7351
update @wordpress/env package ( https://github.com/woocommerce/woocommerce-blocks/pull/9572 )
2023-05-23 15:45:40 +00:00
Niels Lange
301c6891b5
Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’ ( https://github.com/woocommerce/woocommerce-blocks/pull/9173 )
...
* Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’
* Adjust workflow
* Add test file for woocommerce/woocommerce-blocks#9173 (https://github.com/woocommerce/woocommerce-blocks/pull/9174 )
* Remove the file created for testing purpose (https://github.com/woocommerce/woocommerce-blocks/pull/9177 )
---------
Co-authored-by: Karol Manijak <karol.manijak@automattic.com>
2023-05-12 11:54:04 +07:00
dependabot[bot]
c54e60cac8
Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/9303 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.6 to 1.4.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-05-05 11:58:18 -03:00
Luigi Teschio
739fa60fea
Improve the E2E testing process with Playwright ( https://github.com/woocommerce/woocommerce-blocks/pull/9148 )
...
* Add Playwright infrastucture
* improve documentation
* improve type
* remove puppeteer tests
* fix wp-env.json
* add link on how run E2E tests
* chore on playwright.yml
* remove unnecessary flush command
* improve stability E2E test
* remove build:e2e-test command
* Update .github/workflows/playwright.yml
Co-authored-by: Niels Lange <info@nielslange.de>
* Update .github/workflows/playwright.yml
Co-authored-by: Niels Lange <info@nielslange.de>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* remove emptyline and fix JSDoc warning
* add link about E2E guidelines
* fix theme name
* improve style
* improve markdown
---------
Co-authored-by: Niels Lange <info@nielslange.de>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2023-05-05 11:03:36 +00:00
Paulo Arromba
7fd3063239
re added codeql-analysis.yml ( https://github.com/woocommerce/woocommerce-blocks/pull/9253 )
2023-04-26 21:09:55 +01:00
Paulo Arromba
a50e2a91a5
Update CodeQL/Analyse ( https://github.com/woocommerce/woocommerce-blocks/pull/9156 )
...
* yaml format, typescript test
* removed codeql-analysis.yml
* typo fix for CI trigger
* Revert "removed codeql-analysis.yml"
This reverts commit 0badabe02a006fd7b1cffa9aac1eb2bc138ff964.
* re-add codeql-analysis.yml
* removed codeql-analysis.yml
2023-04-26 19:50:19 +01:00
Albert Juhé Lluveras
d0294f1abf
Patch release checklist: clarify whether the PR must have trunk or release/x.y as the base branch ( https://github.com/woocommerce/woocommerce-blocks/pull/9182 )
2023-04-25 10:36:30 +02:00
Karol Manijak
948db63e95
Temporarily disable Playwright tests until the conflict with PHP version is resolved ( https://github.com/woocommerce/woocommerce-blocks/pull/9183 )
...
* Temporarily disable Playwright tests until the conflict with PHP versions is resolved
* Use a correct syntax
* Remove unwanted change
2023-04-24 16:57:38 +02:00
Roy Ho
bb28479db5
Update php installation link ( https://github.com/woocommerce/woocommerce-blocks/pull/9169 )
...
* Update php installation link
* Set temporary debugging
* Add an exception to ignore valid link check
2023-04-21 13:18:30 -07:00
Paulo Arromba
7c25db1c80
Add PHP 8.1/8.2 to unit testing matrix ( https://github.com/woocommerce/woocommerce-blocks/pull/8757 )
...
* Added PHP 8.1 to unit testing matrix
* Refactor unit testing to match Gutenberg repo 🤞
* Removed Gutenberg reference from debug information
* Updated image running phpunit binary
* Reverted image running phpunit binary
* Remove composer platform override
* Bump @wordpress/env and include phpunit
* Update phpunit and tests
* Change prefix
* Try admin context when install wc
* try wc install
* adjust phpunit config file
* Updated phpunit.xml.dist, composer.json and package.json
* Added PHP 8.1 to unit testing matrix
* Refactor unit testing to match Gutenberg repo 🤞
* Removed Gutenberg reference from debug information
* Updated image running phpunit binary
* Reverted image running phpunit binary
* Remove composer platform override
* Bump @wordpress/env and include phpunit
* Update phpunit and tests
* Change prefix
* Try admin context when install wc
* try wc install
* adjust phpunit config file
* Updated phpunit.xml.dist, composer.json and package.json
* Revert install changes
* updated npm packages
* updated composer lock
* updated check assets flow
* Updated check assets flow. Yaml file auto formatted.
* Updated check assets flow.
* Attempt at fixing E2E
* Reverted setup permissions step
* Add logging information to E2E
* Reverted E2E test flow
* test playwright perms fix
* test e2e perms fix
* test e2e perms fix
* test e2e perms fix
* test e2e perms fix
* languages update & debug
* languages update & debug
* revert
* force "@wordpress/env": "^4.9.0" on E2E
* update package lock
* update package lock
---------
Co-authored-by: Mike Jolley <mike.jolley@me.com>
Co-authored-by: Niels Lange <info@nielslange.de>
2023-04-21 12:07:37 +01:00
Karol Manijak
d5ae033b54
Update @actions/core and @actions/github ( https://github.com/woocommerce/woocommerce-blocks/pull/9133 )
...
* Update @actions/core and @actions/github
* Add rimraf as a script to avoid actions failing
* Bump AbleLincoln/push-to-sftp which supports Node 16
2023-04-20 16:46:01 +02:00
Roy Ho
642f227753
Add workflow to label community contributors ( https://github.com/woocommerce/woocommerce-blocks/pull/8995 )
...
* Add workflow to label community contributors
* Add action dependencies to package.json
2023-04-20 05:44:28 -07:00
Albert Juhé Lluveras
114dc821ae
Update step to mention that patch releases need to be merged into the base branch ( https://github.com/woocommerce/woocommerce-blocks/pull/9097 )
...
* Update step to mention that patch releases need to be merged into the base branch
* Minor improvements
2023-04-19 14:01:27 +02:00
dependabot[bot]
a3db0c9e78
Bump AbleLincoln/push-to-sftp from 1.2 to 2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8597 )
...
Bumps [AbleLincoln/push-to-sftp](https://github.com/AbleLincoln/push-to-sftp ) from 1.2 to 2.0.
- [Release notes](https://github.com/AbleLincoln/push-to-sftp/releases )
- [Commits](https://github.com/AbleLincoln/push-to-sftp/compare/v1.2...v2.0 )
---
updated-dependencies:
- dependency-name: AbleLincoln/push-to-sftp
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 14:49:47 +02:00
Niels Lange
e7f8a8cb6e
WIP: Add Playwright setup ( https://github.com/woocommerce/woocommerce-blocks/pull/9034 )
...
* Set up Playwright
* Use caching in GitHub Actions
* Update tests/e2e-pw/README.md
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
* Rename “{blockName}” to “{blockName} block”
* Disable “no-console” for setup and teardown files
* Remove obsolete log and adjusted disabled ESLint definition
* Remove conditional logic from actions/upload-artifact
---------
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
2023-04-17 19:01:41 +07:00
Albert Juhé Lluveras
af01052bbe
Release checklist: update Release highlights page with highlights and use it to update WC core release announcement ( https://github.com/woocommerce/woocommerce-blocks/pull/9028 )
2023-04-14 11:08:59 +02:00
Karol Manijak
278f20a429
Comment out the integration with Airtable ( https://github.com/woocommerce/woocommerce-blocks/pull/8933 )
...
* Comment out the integration with Airtable
* Adjust TODO comment to follow project guidelines and link the issue
2023-04-06 16:29:14 +02:00
Albert Juhé Lluveras
59ee49ba30
Update release steps to remove the need of merging to trunk and simplify testing ( https://github.com/woocommerce/woocommerce-blocks/pull/8956 )
...
* Update release steps to remove need of merging to trunk and simplify testing
* Update smoket testing document
* Add note in patch release checklist to cherry-pick fixes
2023-04-06 16:00:40 +02:00
Albert Juhé Lluveras
1274a4f5b1
Release process: move the step to update the release PR to the bottom ( https://github.com/woocommerce/woocommerce-blocks/pull/8836 )
2023-03-27 12:41:09 +04:00
Albert Juhé Lluveras
a85b80e6ac
Update release version at the beginning of the release process ( https://github.com/woocommerce/woocommerce-blocks/pull/8788 )
...
* Update release version at the beginning of the release process
* Add back code that updated versions on deploy
2023-03-20 18:07:15 +01:00
Albert Juhé Lluveras
23312534da
Release process: check svn tag before WP.org version and add instruction about dev notes ( https://github.com/woocommerce/woocommerce-blocks/pull/8756 )
...
* Release steps: check svn version before checking WP.org version
* Add instruction to include dev notes
2023-03-20 11:24:06 +01:00
Tom Cafferkey
a5025e0b70
Skip JSE2EWithGutenberg whilst we look into fixing failing tests due to GB update ( https://github.com/woocommerce/woocommerce-blocks/pull/8668 )
2023-03-08 14:28:47 +00:00
dependabot[bot]
7d2f86d10f
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/8361 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.1 to 1.3.6.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.6 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-03-07 15:16:09 -03:00
Albert Juhé Lluveras
9170f73e51
Update release steps mentioning the version on the WooCommerce.com plugin page takes some hours to update ( https://github.com/woocommerce/woocommerce-blocks/pull/8620 )
...
* Update release steps mentioning the version on the WooCommerce.com plugin page takes some hours to update
* Replace 'tomorrow' with 'the following day'
2023-03-03 16:25:07 +01:00
Roy Ho
e8efd60d39
Add workflow to check valid links in all documentations ( https://github.com/woocommerce/woocommerce-blocks/pull/8496 )
...
* Add workflow to check valid links in all documentations
* Disable issue create link
* Correct storybook multiple components link
* Fix links
* Limit checks to certain paths
* Revert changes to contributors readme
2023-02-23 06:08:40 -08:00
Seghir Nadir
d3bda0f339
Pin node version in nightly build action ( https://github.com/woocommerce/woocommerce-blocks/pull/8476 )
...
* pin node version in nighlty build
* trigger action for this PR
* move step to its own file
* remove workflow_dispatch
* revert original trigger
---------
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
2023-02-22 07:57:58 +01:00
Alba Rincón
6d3ca74ba8
Update actions ( https://github.com/woocommerce/woocommerce-blocks/pull/8468 )
...
* Update ataylorme/eslint-annotate-action to use node 16
* Update preactjs/compressed-size-action to use node 16
* Update actions/upload-artifact to v3
2023-02-21 09:32:08 +01:00
Alba Rincón
1d3bbad9a5
Skip action when label present on the PR ( https://github.com/woocommerce/woocommerce-blocks/pull/8450 )
2023-02-17 09:32:50 +01:00
Niels Lange
3cb443ff67
Move notices to corresponding context ( https://github.com/woocommerce/woocommerce-blocks/pull/8228 )
...
* Updated package-lock.json
* fixed method sig
* PHP versions matrix
* removed extra space
* renamed step
* Update E2E and coding standards to use PHP 8.0
* Un-linted unit-tests.yml. Github flows use 4 spaces indent, while our .editorconfig file enforces 2 spaces.
* Refactor unit-tests.yml
* Linted unit-tests.yml to proper 2 space indents
* Removed composer caching
* Test without hacky permissions step
* Concurrency disable.
Jobs renaming.
* Add step to install wp-env for PHP unit tests.
* Another try at fixing perms for wp-env
* Another try at fixing perms for wp-env
* Restore missing steps
* Move notices to corresponding context
* Change `errorMessageContext` to `context`
* Fix MD lint errors
Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
2023-01-24 11:58:30 +07:00
Albert Juhé Lluveras
a588d4075a
Update release checklist adding a step to add highlights to WC core release post ( https://github.com/woocommerce/woocommerce-blocks/pull/8183 )
2023-01-16 08:21:11 +01:00
Albert Juhé Lluveras
116dcac67b
Update the docs to create a WC core changelog entry when doing a release ( https://github.com/woocommerce/woocommerce-blocks/pull/8088 )
2023-01-09 13:59:37 +01:00
Patricia Hillebrandt
9868d948a4
Dependabot: Enable auto-merge on pull requests. ( https://github.com/woocommerce/woocommerce-blocks/pull/8040 )
...
* Dependabot: Enable auto-merge on pull requests.
* Update auto-merge dependency list
* Update dependabot documentation and invert the order of the auto-merge action for clarity.
2023-01-02 11:06:25 +01:00
Tung Du
da4221a9a7
Fix: workflows using comment-aggregator are failing on trunk ( https://github.com/woocommerce/woocommerce-blocks/pull/8010 )
2022-12-21 23:30:25 +07:00
Tung Du
0a026ed81c
Create merge comments action ( https://github.com/woocommerce/woocommerce-blocks/pull/7973 )
2022-12-21 22:24:01 +07:00
dependabot[bot]
35b848f2c6
Bump act10ns/slack from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/7805 )
...
Bumps [act10ns/slack](https://github.com/act10ns/slack ) from 1 to 2.
- [Release notes](https://github.com/act10ns/slack/releases )
- [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md )
- [Commits](https://github.com/act10ns/slack/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: act10ns/slack
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 11:22:13 +00:00
dependabot[bot]
7162d8d493
Bump mshick/add-pr-comment from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/7806 )
...
Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment ) from 1 to 2.
- [Release notes](https://github.com/mshick/add-pr-comment/releases )
- [Commits](https://github.com/mshick/add-pr-comment/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: mshick/add-pr-comment
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2022-12-12 16:50:01 +00:00
dependabot[bot]
26a5116fbf
Bump WebFreak001/deploy-nightly from 1.2.0 to 2.0.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/7808 )
...
Bumps [WebFreak001/deploy-nightly](https://github.com/WebFreak001/deploy-nightly ) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/WebFreak001/deploy-nightly/releases )
- [Commits](https://github.com/WebFreak001/deploy-nightly/compare/v1.2.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: WebFreak001/deploy-nightly
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 16:40:39 +00:00
dependabot[bot]
8acd0bfff6
Bump richardsimko/github-tag-action from 1.0.5 to 1.0.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/7807 )
...
Bumps [richardsimko/github-tag-action](https://github.com/richardsimko/github-tag-action ) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/richardsimko/github-tag-action/releases )
- [Commits](https://github.com/richardsimko/github-tag-action/compare/v1.0.5...v1.0.7 )
---
updated-dependencies:
- dependency-name: richardsimko/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 15:37:18 +00:00
Alex Florisca
62bda845d9
Update GH token to fine grained token ( https://github.com/woocommerce/woocommerce-blocks/pull/7887 )
2022-12-12 11:06:31 +00:00
Luigi Teschio
8bbb14f23b
Add more clarity about the responsibility of reviewing/merging the PR on WC Core during the release process ( https://github.com/woocommerce/woocommerce-blocks/pull/7913 )
...
* add more clarity about the responsibility of reviewing/merging the PR on WC Core during the release process
* Update .github/release-initial-checklist.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2022-12-12 10:37:05 +01:00
Tung Du
8108f42c30
Refactor TypeScripts error monitoring workflow to avoid tracking checkstyle.xml ( https://github.com/woocommerce/woocommerce-blocks/pull/7717 )
2022-11-21 19:07:23 +07:00
Niels Lange
11815133d5
Fix various GitHub Actions warnings ( https://github.com/woocommerce/woocommerce-blocks/pull/7573 )
...
* Remove git checkout HEAD^2
* Add assertion to Cross-Sells e2e test
* Replace deprecated set-output calls
* bot: update checkstyle.xml
* Remove obsolete eslint-disable comment
* Change “actions/cache@v2” to “actions/cache@v3”
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-18 07:41:30 -08:00
Paulo Arromba
f857afae0f
Add PHP8 Unit Testing ( https://github.com/woocommerce/woocommerce-blocks/pull/7528 )
...
* fixed method sig
* Updated to @wordpress/env@5.5.0 and set default PHP 7.4 for wp-env.
* updated Coding Standards flow to use PHP 8.0
* Added comment to E2E flows explaining what PHP version is used
* Revert "Updated to @wordpress/env@5.5.0 and set default PHP 7.4 for wp-env."
This reverts commit 696cd7f42edc9d9726b777cf4f83a501a6d63936.
* Added comment to Unit test flows explaining what PHP version is used.
Specified PHP version on .wp-env.json
* Fixed composer-lock.json version.
* Updated tests to run on PHP Unit 9.2.6
* Updated tests to run on PHP 8
* Reverted test, mismatched results between local and pipeline
* Removed Todo
* Updated platform overrides
* Update Migrationb tests with Mockery for PHP8 compat
* try at PHP unit flow matrix
* Fix blocks.ini invalid config
* Temp disable E2E
* Downgraded woocommerce/woocommerce-sniffs as it introduced new sniffs we should be handling on a different PR
* re-enable E2E tests
* blocks.ini fix
* revert blocks.ini fix
* Update @wordpress/env
* remove .htaccess mapping
* Fix permissions for tests
* Debug permissions
* Attempt at perm fix
* Attempt at perm fix
* Downgraded @wordpress/env
* Another attempt at upgrade @wordpress/env
* Attempt at cleaning wp-env before run
* Attempt at destroying wp-env before run. Disabled E2E.
* Attempt at destroying wp-env before run.
* debug wp-env data
* attempt at deleting wp-env data (destroy won't work due to prompt)
* re-enable E2E
* Fix deprecation warnings
* Cleaned wp-env data for E2E
* Fix perms for E2E
* Updated RateLimitsTests
* debug
* Force 7.4 for wp-env
* Run sh outside of npm
* Reverted E2E flow
* reverted wp-env-config.sh debug test
* reverted .wp-env.json phpVersion force
* Update tests/php/StoreApi/Utilities/ProductQueryFilters.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/CartExtensions.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/CartItems.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Products.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/ProductCollectionData.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Batch.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Checkout.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/CartCoupons.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/ProductAttributes.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Cart.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* downgraded @wordpress/env to v4
* Reverted back to reflection class for pivate attribs manipulation on tests
* reverted JS unit testing job name
* Update tests/php/StoreApi/Formatters/TestMoneyFormatter.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Typo fix
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2022-11-09 15:28:08 +00:00
Luigi Teschio
4947193eec
TS monitor: Update comment instead of create a new one ( https://github.com/woocommerce/woocommerce-blocks/pull/7593 )
...
* Monitor TS: Update comment instead of create a new one
* Monitor TS: Update comment instead of create a new one
2022-11-09 15:42:04 +01:00
Alba Rincón
8df15079d0
Revert "Add milestone only when the PR is merged ( https://github.com/woocommerce/woocommerce-blocks/pull/7544 )" ( https://github.com/woocommerce/woocommerce-blocks/pull/7636 )
...
This reverts commit 2109f34275
.
2022-11-09 11:59:23 +01:00
Alba Rincón
2109f34275
Add milestone only when the PR is merged ( https://github.com/woocommerce/woocommerce-blocks/pull/7544 )
2022-11-09 09:59:56 +01:00
Albert Juhé Lluveras
f65b0f64e4
Add a link to check WC core minimum WP supported version in the release checklist ( https://github.com/woocommerce/woocommerce-blocks/pull/7598 )
...
* Add a link to check WC core minimum WP supported version in the release checklist
* Rephrase
2022-11-08 14:35:13 +01:00
dependabot[bot]
173738b885
Bump WebFreak001/deploy-nightly from 1.1.0 to 1.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/7557 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:43:25 +07:00
Raluca Stan
86a3997463
Update release checklists to include checks for WC PR ( https://github.com/woocommerce/woocommerce-blocks/pull/7442 )
...
* Update release-initial-checklist.md
* Revert "Update release-initial-checklist.md"
This reverts commit 757c96b9b4950afc0439b1ea3acdd7fee563d954.
* Fix lint errors
* Update with user facing documentation
* Apply suggestions from code review
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2022-11-04 11:05:02 +01:00
Albert Juhé Lluveras
36e41cce03
Improvements to the 'Update user-facing documentation as needed' step in the release checklist ( https://github.com/woocommerce/woocommerce-blocks/pull/7520 )
...
* Remove 'update documentation' step from patch release checklist
* Make 'update documentation' a parent step in the release checklist
* Update .github/release-initial-checklist.md
Co-authored-by: Raluca Stan <ralucastn@gmail.com>
Co-authored-by: Raluca Stan <ralucastn@gmail.com>
2022-11-03 12:16:51 +01:00
Luigi Teschio
a79bfba32c
Run Monitor TypeScript job on trunk branch ( https://github.com/woocommerce/woocommerce-blocks/pull/7571 )
...
* run job on trunk branch
* bot: update checkstyle.xml
* try now
* try now
* remove logging
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-02 12:43:14 +01:00
Luigi Teschio
fa1e644b81
Run Monitor TypeScript job on trunk branch ( https://github.com/woocommerce/woocommerce-blocks/pull/7570 )
...
* run job on trunk branch
* bot: update checkstyle.xml
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-02 12:10:33 +01:00
Luigi Teschio
5dc48d70b7
run job on trunk branch ( https://github.com/woocommerce/woocommerce-blocks/pull/7569 )
2022-11-02 11:58:03 +01:00
Luigi Teschio
6bbf96d06a
Add CI for monitoring TypeScript errors ( https://github.com/woocommerce/woocommerce-blocks/pull/6106 )
...
* Add a action that monitors TypeScript errors woocommerce/woocommerce-blocks#6068
Add a action that monitors TypeScript errors
* address feedback
* bot: update checkstyle.xml
* add @bartekbp/typescript-checkstyle as devDeps
* bot: update checkstyle.xml
* bot: update checkstyle.xml
* bot: update checkstyle.xml
* fix
* add checkstyle to .distignore
* add missing import
* address feedback
* fix error
* remove import
* fix name variable
* fix sort function
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2022-11-02 11:41:10 +01:00
Alex Florisca
f23f500388
Add a workflow for building nightly releases of the repo ( https://github.com/woocommerce/woocommerce-blocks/pull/7480 )
...
* Add a workflow for building nightly releases of the repo
* Added comment explaining where the release id comes from
* Update comment about id with the right id - doh
* Only deploy to wordpress.org for releases not pre-releases
2022-10-28 17:20:18 +01:00
Niels Lange
76d2616ff5
Remove “status: ready to merge” label after merge ( https://github.com/woocommerce/woocommerce-blocks/pull/7456 )
...
* Remove “status: ready to merge” label after merge
* Add GitHub Token
* Add helper file to test woocommerce/woocommerce-blocks#7456 (https://github.com/woocommerce/woocommerce-blocks/pull/7457 )
* Adjust trigger
* Adjust trigger
* Update merged-with-labels.yml
* Remove helper file to test woocommerce/woocommerce-blocks#7456 (https://github.com/woocommerce/woocommerce-blocks/pull/7458 )
* Add a test commit (https://github.com/woocommerce/woocommerce-blocks/pull/7493 )
* Remove the test commit
* Test update (https://github.com/woocommerce/woocommerce-blocks/pull/7497 )
* Revert "Test update (https://github.com/woocommerce/woocommerce-blocks/pull/7497 )" (https://github.com/woocommerce/woocommerce-blocks/pull/7498 )
This reverts commit 51c8638e71d00ac7ac5fc93cd2e36f884a3e4bc8.
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
2022-10-27 17:29:12 +07:00
dependabot[bot]
5a8fc1a821
Bump actions/stale from 5 to 6 ( https://github.com/woocommerce/woocommerce-blocks/pull/7271 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alba Rincón <albarin@users.noreply.github.com>
2022-10-13 13:18:08 +02:00
Thomas Roberts
169869bd04
Use correct number of days and remove wording relating to closing the PR ( https://github.com/woocommerce/woocommerce-blocks/pull/7155 )
2022-10-10 11:11:34 +01:00
Beau Lebens
6b0407d200
Make sure people understand this it WP version ( https://github.com/woocommerce/woocommerce-blocks/pull/7209 )
...
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2022-09-23 13:48:15 +01:00
Albert Juhé Lluveras
def2e0c450
Add step to release checklist to review and merge the WC core PR ( https://github.com/woocommerce/woocommerce-blocks/pull/7100 )
2022-09-20 07:55:03 -05:00
Albert Juhé Lluveras
ca1eac7f7e
Update automatic reviewer assignment to Woo FSE team name ( https://github.com/woocommerce/woocommerce-blocks/pull/7143 )
2022-09-14 15:04:46 +02:00
Thomas Roberts
8715fe1ce9
Add stale labels to PRs, exclude additional labels, prevent closing ( https://github.com/woocommerce/woocommerce-blocks/pull/7058 )
2022-09-13 11:18:31 -07:00
Tarun Vijwani
ec1da6a68c
Fix experimental interface document link in release initial checklist ( https://github.com/woocommerce/woocommerce-blocks/pull/6992 )
2022-09-05 10:45:03 +05:30
Wojtek Naruniec
4a377ef729
Fix broken contributing links ( https://github.com/woocommerce/woocommerce-blocks/pull/6876 )
...
* Fix contributing docs links as some of them point to incorrect locations
* Fix typo
2022-08-12 06:38:17 -07:00
Raluca Stan
f1846025db
Add a new structure and clearer steps for the WC Core PR section of the release steps ( https://github.com/woocommerce/woocommerce-blocks/pull/6878 )
...
* Add a new structure and clearer steps for the WC Core PR release steps
* Apply suggestions from code review
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update .github/patch-initial-checklist.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2022-08-11 13:25:49 +02:00
Tung Du
c252e7a907
Fix: Compare action should update its original comment instead of a new comment ( https://github.com/woocommerce/woocommerce-blocks/pull/6736 )
2022-08-05 16:25:42 +07:00
Luigi Teschio
19e0883861
Add missing label to dependabot configuration ( https://github.com/woocommerce/woocommerce-blocks/pull/6848 )
2022-08-05 09:58:55 +02:00
Luigi Teschio
e942ce8367
Update renovate configuration ( https://github.com/woocommerce/woocommerce-blocks/pull/6836 )
...
* delete renovate bot
* update renovate configuration
* try now
2022-08-04 11:06:13 +02:00
Luigi Teschio
36ecb2f6f9
delete renovate bot ( https://github.com/woocommerce/woocommerce-blocks/pull/6824 )
2022-08-03 14:00:15 +02:00
dependabot[bot]
e656f6b48f
Bump github/codeql-action from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/6700 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
2022-08-03 11:15:53 +02:00
dependabot[bot]
54ff4315f9
Bump AbleLincoln/push-to-sftp from 1.0 to 1.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/6808 )
...
Bumps [AbleLincoln/push-to-sftp](https://github.com/AbleLincoln/push-to-sftp ) from 1.0 to 1.2.
- [Release notes](https://github.com/AbleLincoln/push-to-sftp/releases )
- [Commits](https://github.com/AbleLincoln/push-to-sftp/compare/v1.0...v1.2 )
---
updated-dependencies:
- dependency-name: AbleLincoln/push-to-sftp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
2022-08-03 10:49:52 +02:00
Niels Lange
59eead8ae8
Update pull_request_template.md
2022-07-29 13:55:23 +02:00
Niels Lange
42fd38858c
Update pull_request_template.md
2022-07-29 13:47:57 +02:00
Niels Lange
423fd29c0d
Add link to ZIP file only ones ( https://github.com/woocommerce/woocommerce-blocks/pull/6769 )
...
* Add link to ZIP file only ones
* Add text file for testing purposes
* Remove text file for testing purposes
2022-07-27 13:24:06 +02:00
Seghir Nadir
cf91d616e4
switch up token ( https://github.com/woocommerce/woocommerce-blocks/pull/6755 )
2022-07-26 17:26:26 +02:00
Niels Lange
91e498c28a
Generate ZIP file using GitHub Actions ( https://github.com/woocommerce/woocommerce-blocks/pull/6661 )
...
* Generate ZIP file using GitHub Actions
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Upload generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Create release for each PR in sub-repo
* Update generate-zip.yml
* Push release ZIP to woocommerce/woocommerce-blocks-releases
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Generate ZIP file using GitHub Actions
* Generate ZIP file using GitHub Actions
* Generate ZIP file using GitHub Actions
* Generate ZIP file using GitHub Actions
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Generate ZIP file using GitHub Actions
* Update .github/workflows/generate-zip.yml
Co-authored-by: Tarun Vijwani <tarun.vijwani@automattic.com>
* Rename temp folder to wc-blocks-pr-release__temp
Co-authored-by: Tarun Vijwani <tarun.vijwani@automattic.com>
2022-07-22 13:48:54 +02:00
Tung Du
6e2fa9061b
Revert "ci: try update existing report first" ( https://github.com/woocommerce/woocommerce-blocks/pull/6735 )
...
This reverts commit 60bf1e286c
.
2022-07-22 17:18:04 +07:00
Tung Du
60bf1e286c
ci: try update existing report first
2022-07-22 17:10:58 +07:00
Luigi Teschio
f999790df8
Update deps ( https://github.com/woocommerce/woocommerce-blocks/pull/6670 )
...
* fix E2E tests
* Empty-Commit
* upgrade deps
* upgrade deps
* upgrade deps
* fix E2E tests
* update deps
* try now
* try now
* install @wordpress/compose
* try different version
* update packages
* update package-lock
* restore husky
2022-07-19 09:38:57 +02:00
Luigi Teschio
1761da37cd
fix E2E tests ( https://github.com/woocommerce/woocommerce-blocks/pull/6639 )
2022-07-18 11:38:49 +02:00
Niels Lange
45c27adac5
Update release-initial-checklist.md
2022-07-12 18:16:55 +02:00
Alba Rincón
75184ae22d
Add migration strategy and load blockified templates ( https://github.com/woocommerce/woocommerce-blocks/pull/6538 )
...
* Increase `schema_version` to add the new `wc_blocks_use_blockified_templates` flag
If the schema version stored on the db is <= 260 means the plugin is being updated
to the new version and we should keep using the old templates, not the blockified ones.
* After the theme is switched we check if we need to update the flag to
start loading the blockified templates or not.
* Get the templates from the blockified folder if the flag is set to true on the db
* Add temporary blockified template for testing purposes
* Inline variable
* Improve comment
* Use blockified templates on new installs with block themes only
* Don't use blockified templates when switching to a non FSE theme
* Fix condition
* Add tests for the option value
* Move the check to use blockified templates
* WIP
* WIP
* Add migration strategy
* Move the blockified templates to the templates folder and filter them depending on the option
* Fix tests and start using the Options constants
* Fix migration, the `should_use_blockified_product_grid_templates` and tests
* Rename tests and move to Utils folder
* add Migration class test
* try
* remove PHP
* add composer
* Replace the blockified templates with a temporary version
* Fix tests
* add comment
* Add feature gating for experimental builds
* Inject the package to the controller
* test
* Change blocks.ini
* debug
* Remove debug info
* fix test
* fix tests
* try now
* using composer cache
* install deps
* test
* Remove unnecessary extra key
* Add cache actions
* Undo tests change
* Fix readme format
Co-authored-by: Luigi <gigitux@gmail.com>
2022-07-06 09:51:39 +02:00
Niels Lange
e38d429f70
Clean up docs ( https://github.com/woocommerce/woocommerce-blocks/pull/6550 )
...
* Link translation section to docs file
* Delete duplicated docs
* Move internal developer docs into corresponding folder
* Correct merge conflict
* Change ‘docs/testing/’ to ‘docs/internal-developers/testing’
* Fix visible \ and missing bulletpoint
* Add missing testing notes
2022-06-20 19:04:41 +02:00
Niels Lange
3208da551b
Improve the structure of the WooCommerce Blocks Handbook ( https://github.com/woocommerce/woocommerce-blocks/pull/6429 )
...
* Improve the structure of the WooCommerce Blocks Handbook
Co-authored-by: Rania Lang <rania.langouretou@automattic.com>
2022-06-09 17:52:19 +02:00
Niels Lange
a748f533a8
Format Markdown files using wp-scripts ( https://github.com/woocommerce/woocommerce-blocks/pull/6462 )
...
* Format Markdown files using Prettier
* Format Markdown files using wp-scripts
* Adjust MD linting
2022-06-09 14:43:17 +02:00
Luigi Teschio
bbda7f42b5
Update step for the section 'Create the Testing Notes' ( https://github.com/woocommerce/woocommerce-blocks/pull/6523 )
...
* update step for the section 'Create the Testing Notes'
* Update .github/patch-initial-checklist.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update .github/release-initial-checklist.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2022-06-07 11:07:42 +02:00
Albert Juhé Lluveras
70a1af8288
Add WC core release thread tasks to release checklist ( https://github.com/woocommerce/woocommerce-blocks/pull/6502 )
...
* Add WC core release thread tasks to release checklist
* Apply suggestions from code review
Co-authored-by: Michael P. Pfeiffer <frontdevde@users.noreply.github.com>
Co-authored-by: Michael P. Pfeiffer <frontdevde@users.noreply.github.com>
2022-06-01 08:42:23 +02:00
Alex Florisca
f85e0c6347
Only assign a reviewer when a PR is ready for review ( https://github.com/woocommerce/woocommerce-blocks/pull/6461 )
...
* Only assign a reviewer when a PR is ready for review
* Also run reviwer action when opening a normal PR
* Only assign a reviewer when a PR is ready for review
2022-05-27 18:05:54 +07:00
Alex Florisca
52a87760c3
Cache node_modules between workflows ( https://github.com/woocommerce/woocommerce-blocks/pull/6404 )
...
* Running actions
* Cache node_modules
* Correct cache-name-prop
* rejig if statements
* cache node_modules everywhere
* Simplify unit test action
* Add checkout action back into other unit test action steps
* Share node_modules and build assets between jobs
* Cache node_modules between jobs
* Fix github error
* Tidy up
* Change wp-env-with-gutenberg to support multiple plugins
* Fix permissions issue
* Remove chmod
* Pass woocommerce.zip as a string
* Revert change to plugins override in unit test workflow
* Revert wp-env-with-gutenberg change
* Revert wp-env-with-gutenberg change
* Revert wp-env-with-gutenberg change
* Refactor check-modified-assets workflow
* Fix missed dependency
* Revert breaking the check-modified-assets.yml
2022-05-24 12:42:54 +01:00
Thomas Roberts
622f873c80
Update release PR checklist template ( https://github.com/woocommerce/woocommerce-blocks/pull/6422 )
2022-05-17 13:01:43 +01:00
Tarun Vijwani
2440fb6f36
Fixed Release Schedule link in release and patch initial checklist ( https://github.com/woocommerce/woocommerce-blocks/pull/6338 )
2022-05-05 14:01:37 +04:00
Albert Juhé Lluveras
3d8043ca6b
Add clarification about 'Do not include in the Testing Notes' checkbox in PR template ( https://github.com/woocommerce/woocommerce-blocks/pull/6370 )
2022-05-04 15:14:54 +02:00
Alex Florisca
2f9b54ae03
Try to fix E2E tests once and for all ( https://github.com/woocommerce/woocommerce-blocks/pull/6337 )
...
* Try to fix account.test.js
* Remove language installations for woo core and wp core and take screenshots
* Upload screenshots to artifacts
* npm install instead of npm ci
* Upload artifacts not matter what
* fsdf
* fsdfsf
* remove screenshoting from account.test.js and only run checkout-terms.test.js
* Print NODE_ENV
* Better handling of overriding wp-env.json
* Run all tests
* Re-enable translations for WP and Woo
* Wait for Cart & Checkout blocks to load before moving on
* Uncomment github actions
* Try to fix shipping test
* fill checkout before placing order, duuuh
* Wait until networkidel0 instead of domcontentloaded for page navigations
* Fix account.test.js
* change visitBlockPage() to use Promise.all()
* Remove screenshot taking
* I think Promise.all() is being funny and not throwing properly, testing
* wait for checkbox to be visible before clicking
* Remove try catch around Promise.all()
* Fix linting issues
* Remove screenshot dir
* Raluca feedback:
* Timeout back to 30000
* Login to merhcant before changing settings
* merchant.logout()
2022-05-01 12:33:58 +01:00
Albert Juhé Lluveras
027a5d2490
Updates to release checklist and PR template to improve processes ( https://github.com/woocommerce/woocommerce-blocks/pull/6293 )
...
* Updates to release checklist to clarify testers, blockers, etc.
* Specify that commits related to failing PRs need to be reverted
* Update PR & Release templates
Release template
- the Write testing notes has been moved to the PR template, and removed from the release checklist
- mention that common functionality should be tested by both porters
- update the instructions on how to create the WC PR's changelog
Pull request template
- better visibility for the feature flag/experimental changes
- add before/after table for screenshots
- add WooCommerce Visibility to help with the changelog of the WC PR
- add an extra check to not include a PR in The testing notes
* Remove duplication on pinging porters for testing
* Clarify PR author is the responsible to fix failing PRs
* Update .github/patch-initial-checklist.md
Co-authored-by: Raluca Stan <ralucastn@gmail.com>
* Update .github/release-initial-checklist.md
Co-authored-by: Raluca Stan <ralucastn@gmail.com>
* Include information about testing the Store API
* Add information about logging issues that appear during testing
* Fix punctuation
* Remove Manual Testing section from PR template
* Close milestones when creating the release branch
* Add create a milestone for the next version step
Co-authored-by: Raluca Stan <ralucastn@gmail.com>
2022-04-29 11:53:57 +02:00
Raluca Stan
54fba3fe4e
Update release-initial-checklist.md
2022-04-19 11:35:00 +02:00