Skip to content

Commit

Permalink
Merge pull request #134 from woocommerce/release/actions
Browse files Browse the repository at this point in the history
Release version 2.0.0 of the `github-actions` package
  • Loading branch information
eason9487 authored May 16, 2024
2 parents d69c3e7 + 9b0562e commit 1a535b3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions packages/github-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2024-05-16 (2.0.0)
### 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. (https://github.com/woocommerce/grow/pull/112)
* Upgrade the `automerge-released-trunk`, `coverage-report`, and `prepare-php` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/114)
* Upgrade the `phpcs-diff` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/116)
* Upgrade the `eslint-annotation` and `stylelint-annotation` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/117)
* Upgrade the `get-plugin-releases` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/119)
* Upgrade the `run-qit-extension` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/120)
* Upgrade the `merge-trunk-develop-pr`, `prepare-extension-release`, and `publish-extension-dev-build` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/121)
* Upgrade the `branch-label` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/122)
### Documentation 📚
* Update the version in docs of the `hook-documentation`, `prepare-mysql`, and `run-qit-annotate` actions to v2. (https://github.com/woocommerce/grow/pull/115)
* Update the README for the `github-actions` package to be based on Node.js v20. (https://github.com/woocommerce/grow/pull/123)

## 2024-05-16 (1.11.4)
### Bug Fixes 🐛
* Avoid running malicious inputs as shell commands in Custom GitHub actions and relate workflows. (https://github.com/woocommerce/grow/pull/131)
Expand Down
4 changes: 2 additions & 2 deletions packages/github-actions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/github-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-grow-github-actions",
"version": "1.11.4",
"version": "2.0.0",
"description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 1a535b3

Please sign in to comment.