diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0693542..2d9255da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,6 @@ { ".": "6.0.0", + "actions/update-artifacts-file": "1.0.0", "actions/build-docker": "1.0.0", "actions/openapi-lint": "1.0.0" } diff --git a/actions/update-artifacts-file/CHANGELOG.md b/actions/update-artifacts-file/CHANGELOG.md new file mode 100644 index 00000000..28e98a5e --- /dev/null +++ b/actions/update-artifacts-file/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2025-04-22) + + +### ⚠ BREAKING CHANGES + +* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41)) + +### 🐛 Bug Fixes + +* release please cleanup ([#52](https://github.com/MapColonies/shared-workflows/issues/52)) ([e0f1058](https://github.com/MapColonies/shared-workflows/commit/e0f1058fb4bee4f89835709972e8ad6c8a3382f6)) + + +### ♻️ 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/update-artifacts-file/README.md b/actions/update-artifacts-file/README.md index f9ca8338..69b02cab 100644 --- a/actions/update-artifacts-file/README.md +++ b/actions/update-artifacts-file/README.md @@ -32,7 +32,7 @@ This GitHub Action builds and publishes a Helm chart to a specified registry and ```yaml - name: Update artifacts.json - uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v0.0.0 + uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.0.0 with: scope: infra artifact_name: "sftpgo"