From 76c1f44b87386168f8562fff2904cbdc6024a7b7 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 21:51:02 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c0556a9..03e2450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.2.0](https://github.com/learning-commons-org/shared-github-actions/compare/v1.1.0...v1.2.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)) +* renaming to release-please.yml ([6d97d6d](https://github.com/learning-commons-org/shared-github-actions/commit/6d97d6dff2e6c0af577996c54bbc66dd6bb7cefd)) + + +### Miscellaneous + +* adding config json ([db4c52b](https://github.com/learning-commons-org/shared-github-actions/commit/db4c52b47ec6ad7838c10582b58681e6f01833c0)) +* **main:** release 1.0.0 ([b49b33b](https://github.com/learning-commons-org/shared-github-actions/commit/b49b33b02f83c273f7db8b91ed3af8ebd9886935)) +* **main:** release 1.0.0 ([ad47fc8](https://github.com/learning-commons-org/shared-github-actions/commit/ad47fc8b86962276fa3c20098b6d358f61683846)) +* **main:** release 1.0.0 ([ccf8c47](https://github.com/learning-commons-org/shared-github-actions/commit/ccf8c474f4b2372490e3e4605c000aa4c7e15118)) +* **main:** release 1.0.0 ([be42529](https://github.com/learning-commons-org/shared-github-actions/commit/be425299f800f113b90efbe71f48b4c2721d28c4)) +* **main:** release 1.1.0 ([#5](https://github.com/learning-commons-org/shared-github-actions/issues/5)) ([b412447](https://github.com/learning-commons-org/shared-github-actions/commit/b4124474081c0221e09d720cd163598ddbb03981)) + ## [1.1.0](https://github.com/learning-commons-org/shared-github-actions/compare/v1.0.0...v1.1.0) (2025-10-09)