From 2b8e9fbb5bcf4573545edcea89f69add33d5d26a Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:36:09 +0000 Subject: [PATCH] chore: release 3.3.0 --- .github/actions/jira-find-marker/CHANGELOG.md | 12 ++++++++++++ .../actions/jira-validate-reference/CHANGELOG.md | 12 ++++++++++++ .release-please-manifest.json | 6 +++--- CHANGELOG.md | 13 +++++++++++++ version.txt | 2 +- 5 files changed, 41 insertions(+), 4 deletions(-) diff --git a/.github/actions/jira-find-marker/CHANGELOG.md b/.github/actions/jira-find-marker/CHANGELOG.md index 1a574d80..136caf00 100644 --- a/.github/actions/jira-find-marker/CHANGELOG.md +++ b/.github/actions/jira-find-marker/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/chanzuckerberg/github-actions/compare/jira-find-marker-v1.0.1...jira-find-marker-v1.1.0) (2024-10-02) + + +### Features + +* allow multiple projectKeys in jira automations ([#315](https://github.com/chanzuckerberg/github-actions/issues/315)) ([9abdda4](https://github.com/chanzuckerberg/github-actions/commit/9abdda4d328968ee4862f720aaba672ec7f5b6a8)) + + +### Misc + +* roll back mutliple projectKey support ([#317](https://github.com/chanzuckerberg/github-actions/issues/317)) ([dea8a11](https://github.com/chanzuckerberg/github-actions/commit/dea8a117439171e7f7e4751a087e1354e233b104)) + ### [1.0.1](https://github.com/chanzuckerberg/github-actions/compare/jira-find-marker-v1.0.0...jira-find-marker-v1.0.1) (2023-07-26) diff --git a/.github/actions/jira-validate-reference/CHANGELOG.md b/.github/actions/jira-validate-reference/CHANGELOG.md index f26b89d0..d6810b62 100644 --- a/.github/actions/jira-validate-reference/CHANGELOG.md +++ b/.github/actions/jira-validate-reference/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/chanzuckerberg/github-actions/compare/jira-validate-reference-v1.1.2...jira-validate-reference-v1.2.0) (2024-10-02) + + +### Features + +* allow multiple projectKeys in jira automations ([#315](https://github.com/chanzuckerberg/github-actions/issues/315)) ([9abdda4](https://github.com/chanzuckerberg/github-actions/commit/9abdda4d328968ee4862f720aaba672ec7f5b6a8)) + + +### Misc + +* roll back mutliple projectKey support ([#317](https://github.com/chanzuckerberg/github-actions/issues/317)) ([dea8a11](https://github.com/chanzuckerberg/github-actions/commit/dea8a117439171e7f7e4751a087e1354e233b104)) + ## [1.1.2](https://github.com/chanzuckerberg/github-actions/compare/jira-validate-reference-v1.1.1...jira-validate-reference-v1.1.2) (2024-07-30) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ea353a5..d3156810 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,12 +2,12 @@ ".github/actions/happy-cleanup": "1.8.0", ".github/actions/conventional-commits": "1.5.0", ".github/actions/docker-build-push": "1.6.1", - ".": "3.2.3", + ".": "3.3.0", ".github/actions/install-happy": "1.7.1", ".github/actions/deploy-happy-stack": "2.1.0", ".github/actions/get-github-ref-names": "1.6.0", ".github/actions/latest-successful-deployment": "1.3.0", ".github/actions/retag-happy": "1.4.1", - ".github/actions/jira-find-marker": "1.0.1", - ".github/actions/jira-validate-reference": "1.1.2" + ".github/actions/jira-find-marker": "1.1.0", + ".github/actions/jira-validate-reference": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23985798..24b39e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.3.0](https://github.com/chanzuckerberg/github-actions/compare/v3.2.3...v3.3.0) (2024-10-02) + + +### Features + +* allow multiple projectKeys in jira automations ([#315](https://github.com/chanzuckerberg/github-actions/issues/315)) ([9abdda4](https://github.com/chanzuckerberg/github-actions/commit/9abdda4d328968ee4862f720aaba672ec7f5b6a8)) + + +### Misc + +* roll back mutliple projectKey support ([#317](https://github.com/chanzuckerberg/github-actions/issues/317)) ([dea8a11](https://github.com/chanzuckerberg/github-actions/commit/dea8a117439171e7f7e4751a087e1354e233b104)) +* update jira release workflow ([#318](https://github.com/chanzuckerberg/github-actions/issues/318)) ([c276d61](https://github.com/chanzuckerberg/github-actions/commit/c276d61d83aa6d1aadd6e1c1f64d741844f34e8f)) + ## [3.2.3](https://github.com/chanzuckerberg/github-actions/compare/v3.2.2...v3.2.3) (2024-09-23) diff --git a/version.txt b/version.txt index b347b11e..15a27998 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.2.3 +3.3.0