From 3fcc8382d5862970fe5e2e51aa609d5961c9894c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:27:08 +0200 Subject: [PATCH] chore: release main (#69) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- setup-boilerplate/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 setup-boilerplate/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c92f19a..accfa73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "delete-release": "1.0.1", "verify-created-release": "1.0.0", "ecs-update-and-deploy-task-definition": "1.2.0", - "setup-boilerplate": "0.0.0" + "setup-boilerplate": "1.0.0" } diff --git a/setup-boilerplate/CHANGELOG.md b/setup-boilerplate/CHANGELOG.md new file mode 100644 index 0000000..a5cd1c5 --- /dev/null +++ b/setup-boilerplate/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.0 (2024-07-17) + + +### Features + +* Add setup-boilerplate composite action ([e4e60ee](https://github.com/oslokommune/composite-actions/commit/e4e60ee7ae288818b23f3f35cd25acab05b77dbc)) +* Trigger initial release ([5b18fc8](https://github.com/oslokommune/composite-actions/commit/5b18fc82589b150489421e0ecbde5e55901125c5))