diff --git a/.github/actions/conventional-commits/CHANGELOG.md b/.github/actions/conventional-commits/CHANGELOG.md index 66559029..b02c8867 100644 --- a/.github/actions/conventional-commits/CHANGELOG.md +++ b/.github/actions/conventional-commits/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.4](https://github.com/chanzuckerberg/github-actions/compare/conventional-commits-v1.3.3...conventional-commits-v1.3.4) (2024-01-06) + + +### Bug Fixes + +* conventional-commits: handle dependabot hyphen ([#1](https://github.com/chanzuckerberg/github-actions/issues/1)) ([#235](https://github.com/chanzuckerberg/github-actions/issues/235)) ([f997e84](https://github.com/chanzuckerberg/github-actions/commit/f997e8414703f00e3163b108ca9e89876d62055d)) + ### [1.3.3](https://github.com/chanzuckerberg/github-actions/compare/conventional-commits-v1.3.2...conventional-commits-v1.3.3) (2023-10-13) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 932f14c9..758a9999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { ".github/actions/happy-cleanup": "1.5.0", - ".github/actions/conventional-commits": "1.3.3", + ".github/actions/conventional-commits": "1.3.4", ".github/actions/docker-build-push": "1.4.0", - ".": "1.27.1", + ".": "1.28.0", ".github/actions/install-happy": "1.7.0", ".github/actions/deploy-happy-stack": "1.17.1", ".github/actions/get-github-ref-names": "1.4.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c85f776..11632979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.28.0](https://github.com/chanzuckerberg/github-actions/compare/v1.27.1...v1.28.0) (2024-01-06) + + +### Features + +* Add resusable action to set app config with happy config ([#233](https://github.com/chanzuckerberg/github-actions/issues/233)) ([b2a74da](https://github.com/chanzuckerberg/github-actions/commit/b2a74da378496645bb6ebe3a820fa6b19cba05f9)) + + +### Bug Fixes + +* conventional-commits: handle dependabot hyphen ([#1](https://github.com/chanzuckerberg/github-actions/issues/1)) ([#235](https://github.com/chanzuckerberg/github-actions/issues/235)) ([f997e84](https://github.com/chanzuckerberg/github-actions/commit/f997e8414703f00e3163b108ca9e89876d62055d)) + ### [1.27.1](https://github.com/chanzuckerberg/github-actions/compare/v1.27.0...v1.27.1) (2024-01-05) diff --git a/version.txt b/version.txt index 08002f86..cfc73071 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.27.1 +1.28.0