From b013e451d3b43bbdb9f97b57c365416ac9fdd219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:01:11 +0000 Subject: [PATCH] chore(master): release eslint 2.0.0 --- .release-please-manifest.json | 2 +- actions/eslint/CHANGELOG.md | 12 ++++++++++++ actions/eslint/README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 actions/eslint/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 15185e0d..6fa6ebbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "actions/build-docker": "1.0.0", "actions/push-docker": "1.0.0", "actions/build-and-push-helm": "1.0.0", - "actions/eslint": "1.0.0", + "actions/eslint": "2.0.0", "actions/helm-lint": "1.0.0", "actions/openapi-lint": "1.0.0", "actions/update-artifacts-file": "1.0.0", diff --git a/actions/eslint/CHANGELOG.md b/actions/eslint/CHANGELOG.md new file mode 100644 index 00000000..23ea61c0 --- /dev/null +++ b/actions/eslint/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [2.0.0](https://github.com/MapColonies/shared-workflows/compare/eslint-v1.0.0...eslint-v2.0.0) (2025-04-22) + + +### ⚠ BREAKING CHANGES + +* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41)) + +### ♻️ Code Refactoring + +* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41)) ([0a98534](https://github.com/MapColonies/shared-workflows/commit/0a9853421116d3bcc4cae4681977857cbc518e51)) diff --git a/actions/eslint/README.md b/actions/eslint/README.md index 2c990bb7..2c614e41 100644 --- a/actions/eslint/README.md +++ b/actions/eslint/README.md @@ -15,7 +15,7 @@ This GitHub Action installs dependencies and runs ESLint to lint your project co ```yaml - name: Run ESLint - uses: MapColonies/shared-workflows/actions/eslint@eslint-v1.0.0 + uses: MapColonies/shared-workflows/actions/eslint@eslint-v2.0.0 with: path: ./test ```