diff --git a/.github/actions/docker-build-push/CHANGELOG.md b/.github/actions/docker-build-push/CHANGELOG.md index de4b449a..e93ea3d9 100644 --- a/.github/actions/docker-build-push/CHANGELOG.md +++ b/.github/actions/docker-build-push/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/chanzuckerberg/github-actions/compare/docker-build-push-v1.6.1...docker-build-push-v1.6.2) (2024-11-07) + + +### Misc + +* add a clean parameter to the checkout ([#324](https://github.com/chanzuckerberg/github-actions/issues/324)) ([4e4223e](https://github.com/chanzuckerberg/github-actions/commit/4e4223e12a904a69dcff2d819505b311acace29c)) + ## [1.6.1](https://github.com/chanzuckerberg/github-actions/compare/docker-build-push-v1.6.0...docker-build-push-v1.6.1) (2024-08-21) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2c7c29f..6a48e842 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { ".github/actions/happy-cleanup": "1.9.0", ".github/actions/conventional-commits": "1.6.0", - ".github/actions/docker-build-push": "1.6.1", - ".": "3.4.0", + ".github/actions/docker-build-push": "1.6.2", + ".": "3.4.1", ".github/actions/install-happy": "1.7.1", ".github/actions/deploy-happy-stack": "2.1.0", ".github/actions/get-github-ref-names": "1.6.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a72976f..f83d4115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.1](https://github.com/chanzuckerberg/github-actions/compare/v3.4.0...v3.4.1) (2024-11-07) + + +### Misc + +* add a clean parameter to the checkout ([#324](https://github.com/chanzuckerberg/github-actions/issues/324)) ([4e4223e](https://github.com/chanzuckerberg/github-actions/commit/4e4223e12a904a69dcff2d819505b311acace29c)) + ## [3.4.0](https://github.com/chanzuckerberg/github-actions/compare/v3.3.0...v3.4.0) (2024-10-22) diff --git a/version.txt b/version.txt index 18091983..47b322c9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.4.0 +3.4.1