From a07baaa9b0d14dba5f0b3f6187376ec89e160e69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 09:36:15 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..63e4217 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [1.1.0](https://github.com/slashdevops/gha-workflows/compare/v1.0.2...v1.1.0) (2026-08-16) + + +### Features + +* add release-please and github-release reusable workflows ([e562a15](https://github.com/slashdevops/gha-workflows/commit/e562a15f7591823a2238eea07a8d5895aaa1af69)) +* add reusable github-release workflow ([9acfa58](https://github.com/slashdevops/gha-workflows/commit/9acfa584b63ec16c00ff000851577205218d1b80)) +* release-please for automated releases, plus a reusable github-release workflow ([c712f7f](https://github.com/slashdevops/gha-workflows/commit/c712f7fbfcf94328fcb546f41d9f9aaf4d08a5cc))