Skip to content

Releases: woocommerce/grow

github-actions 2.0.0

16 May 10:04
Compare
Choose a tag to compare

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

16 May 09:43
Compare
Choose a tag to compare

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

13 May 02:18
Compare
Choose a tag to compare

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

25 Apr 02:45
Compare
Choose a tag to compare

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

06 Feb 22:41
Compare
Choose a tag to compare

What's Changed

Bug Fixes πŸ›

  • Rename add/qit-workflows-test-build to actions-v1 branch. (#96)

github-actions 1.11.0

06 Feb 22:07
Compare
Choose a tag to compare

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

16 Nov 15:30
Compare
Choose a tag to compare

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

29 Aug 02:35
Compare
Choose a tag to compare

What's Changed

Tweaked πŸ”§

  • Fix typos in the publish-extension-dev-build action. (#76)

github-actions 1.10.0

08 Aug 13:58
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • Add merge-trunk-develop-pr action. (#71)

Tweaked πŸ”§

  • Remove trunk->develop merge step from the release checklist of automerge-released-trunk action. (#69)
  • Capitalized title of release PR. (#70)
  • Restore the "merge to develop" step to the extension release checklist. (#73)

github-actions 1.9.0

24 Jul 14:10
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • Add automerge-released-trunk action. (#64)