Releases: woocommerce/grow
Releases Β· woocommerce/grow
github-actions 2.2.0
What's Changed
Updated β¨
- Add release confirmation step to extension release PR. (#141)
github-actions 2.1.0
What's Changed
New Features π
- Adding plugin e2e option for QIT action. (#137)
Tweaked π§
- [Revert] Update woo.com domain, update feature-requests URL in yeoman generator. (#136)
github-actions 2.0.0
What's Changed
Breaking Changes π¨
- Upgrade the fundamental of the
github-actions
package and its get-release-notes
, prepare-node
, and update-version-tags
actions to use Node.js v20. (#112)
- Upgrade the
automerge-released-trunk
, coverage-report
, and prepare-php
actions to use Node.js v20. (#114)
- Upgrade the
phpcs-diff
action to use Node.js v20. (#116)
- Upgrade the
eslint-annotation
and stylelint-annotation
actions to use Node.js v20. (#117)
- Upgrade the
get-plugin-releases
action to use Node.js v20. (#119)
- Upgrade the
run-qit-extension
action to use Node.js v20. (#120)
- Upgrade the
merge-trunk-develop-pr
, prepare-extension-release
, and publish-extension-dev-build
actions to use Node.js v20. (#121)
- Upgrade the
branch-label
action to use Node.js v20. (#122)
Documentation π
- Update the version in docs of the
hook-documentation
, prepare-mysql
, and run-qit-annotate
actions to v2. (#115)
- Update the README for the
github-actions
package to be based on Node.js v20. (#123)
github-actions 1.11.4
What's Changed
Bug Fixes π
- Avoid running malicious inputs as shell commands in Custom GitHub actions and relate workflows. (#131)
Tweaked π§
- Remove the unused step
id
from the run-qit-extension
action. (#130)
github-actions 1.11.3
What's Changed
Tweaked π§
- Update QIT test types
api
and e2e
for the run-qit-extension
action to align with the renamed types. (#127)
github-actions 1.11.2
What's Changed
Tweaked π§
- Add PHP linter and PHP linting in GitHub Actions. (#109)
- Get Plugin Releases - Prevent unstable releases. (#102)
github-actions 1.11.1
What's Changed
Bug Fixes π
- Rename
add/qit-workflows-test-build
to actions-v1
branch. (#96)
github-actions 1.11.0
What's Changed
New Features π
- Add a new workflow to GitHub Actions for creating the test build of Custom GitHub actions. (#92)
- Add a new workflow to GitHub Actions for deleting the test build of Custom GitHub actions. (#93)
- Add actions and workflows for QIT tests. (#81)
github-actions 1.10.2
What's Changed
Bug Fixes π
- Update rollup to fix -actions build. (#90)
Tweaked π§
- Add update docs & ideas step to extension release checklist. (#89)
github-actions 1.10.1
What's Changed
Tweaked π§
- Fix typos in the
publish-extension-dev-build
action. (#76)