Releases: woocommerce/grow
Releases · woocommerce/grow
github-actions 1.10.0
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
What's Changed
New Features 🎉
- Add automerge-released-trunk action. (#64)
github-actions 1.8.1
What's Changed
Bug Fixes 🐛
- Get Plugin releases Action: Fix error counting RC releases. (#66)
Tweaked 🔧
- Reorganize the package directory structure for the GitHub custom actions. (#61)
github-actions 1.8.0
What's Changed
New Features 🎉
- Add pre- & post-steps to extension release PR. (#58)
- Add a new GH custom action for publishing or updating the extension development build via a pre-release on GitHub. (#60)
github-actions 1.7.0
What's Changed
New Features 🎉
- Add GitHub Action to facilitate producing documentation of WordPress hooks within a codebase. (#45)
- Add the ability to develop actions using PHP in addition to JavaScript (#45)
github-actions 1.6.0
What's Changed
New Features 🎉
- Add GH action for release PR & checklist. (#56)
github-actions 1.5.0
What's Changed
New Features 🎉
- [Hackday] Action Get Plugin Releases. (#50)
Tweaked 🔧
- Tweak - Upgrade actions/core to v1.10.0. (#54)
Documentation 📚
- Fix the missed
jobs
and incorrect uses
in the README of get-release-notes
action. (#53)
github-actions 1.4.1
What's Changed
Tweaked 🔧
- Replace the deprecated command
set-output
of GitHub Actions. (#48)
github-actions 1.4.0
What's Changed
New Features 🎉
- Add coverage Report as PR comment. (#44)
github-actions 1.3.0
What's Changed
New Features 🎉
- Add annotation actions of
eslint
and stylelint
for annotating the linting results via their formatter. (#35)
Tweaked 🔧
- Change the build tool of
github-actions
package to rollup
. (#34)