From 77d8ce42285a874a8159ebffd7ea2871f041313d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:30:05 +0700 Subject: [PATCH] chore(main): release 2.1.0-alpha.4 (#132) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e3..714a4131 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0-alpha.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fad8355d..acb375d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.1.0-alpha.4](https://github.com/kitabisa/composite-actions/compare/v2.0.0-alpha.4...v2.1.0-alpha.4) (2024-10-08) + + +### Features + +* move setup-git ke infra ([23c2d42](https://github.com/kitabisa/composite-actions/commit/23c2d42dcebe1f9e9f9ef9112038aab462c2d0e5)) +* **ut:** added custom unit test folder ([2ec3f1a](https://github.com/kitabisa/composite-actions/commit/2ec3f1aa32fd47e3dd2f3e3d7c1e5e4464629fef)) +* **ut:** added id analysis ([d26590f](https://github.com/kitabisa/composite-actions/commit/d26590f37043d0c1e8bd6c404b9d7ef425b825a4)) +* **ut:** handle error when below coverage ([ee1b3bc](https://github.com/kitabisa/composite-actions/commit/ee1b3bcdfe5d9691dcf85f331af67558bc99638b)) + ## [1.5.1](https://github.com/kitabisa/composite-actions/compare/v1.5.0...v1.5.1) (2023-10-23)