Skip to content

Releases: woocommerce/grow

github-actions 1.2.1

13 Jul 05:16
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Fix a bash script syntax error in the phpcs-diff action. (#30)

github-actions 1.2.0

13 Jul 04:50
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add "php-version" input to the phpcs-diff action for specifying PHP version. (#25)
  • Add "dev" change type to branch-label GHA. (#28)

Bug Fixes 🐛

  • Fix the JSON parse error when manually releasing the github-actions package. (#24)
  • Fix the JSON syntax error of running phpcd-diff action when no changes are made. (#27)

github-actions 1.1.0

05 Jul 04:59
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add a GitHub action for adding branch type labels. (#14)
  • Add escaped outputs release-notes-shell and release-changelog-shell for the get-release-notes action. (#20)
  • Add release process for the github-actions package. (#22)

Bug Fixes 🐛

  • Fix the issue that unescaped chars may break the release preparation of github-actions package. (#21)

github-actions 1.0.0

23 Jun 03:00
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add custom GitHub actions for reuse across repositories. (#11)
  • Add GitHub action and workflow for the versioning management of the reusable custom actions. (#12)
  • Add an action and a GitHub workflow to get release notes via GitHub and prepare release content. (#16)
  • Add a new custom action phpcs-diff to run PHPCS to the changed lines of code in a PR. (#17)

Tweaked 🔧

  • Tweak the update-version-tags action and the github-actions-release workflow. (#18)