Releases: woocommerce/grow
Releases · woocommerce/grow
github-actions 1.2.1
github-actions 1.2.0
github-actions 1.1.0
What's Changed
New Features 🎉
- Add a GitHub action for adding branch type labels. (#14)
- Add escaped outputs
release-notes-shell
andrelease-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
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 thegithub-actions-release
workflow. (#18)