From be425299f800f113b90efbe71f48b4c2721d28c4 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:11:48 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ebe6c35 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2025-10-09) + + +### Features + +* attempting first push of actions to this reusable repo ([76abd50](https://github.com/learning-commons-org/shared-github-actions/commit/76abd5009105449306b9d7a69b9611a3c48dc23c)) + + +### Miscellaneous + +* adding config json ([db4c52b](https://github.com/learning-commons-org/shared-github-actions/commit/db4c52b47ec6ad7838c10582b58681e6f01833c0))