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))