From d79a99e00a04b750f5709205f5277f2b0b6ba381 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:51:14 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f923da0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.0 (2024-08-16) + + +### Features + +* Add sample action. ([9d0469b](https://github.com/ryohidaka/composite-action-template/commit/9d0469b2d00bfc11adebe94b26ec8953c618a388)) +* Add templates for action.yml and README. ([00ef865](https://github.com/ryohidaka/composite-action-template/commit/00ef865db2b38c732974b24427457c33f1c30656)) + + +### Miscellaneous Chores + +* release 0.1.0 ([bf2ec52](https://github.com/ryohidaka/composite-action-template/commit/bf2ec522ae13bc357798dccb32532f68523e1149))