From 03d0c71f58ae53b99c914a8c4e287f03a922cd11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:41:55 -0700 Subject: [PATCH] chore(main): release verify-hello-app 2.0.0 (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- actions/verify-hello-app/CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 actions/verify-hello-app/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6f9630..c015599 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,6 +3,6 @@ "actions/publish-pages": "1.0.2", "actions/release-secrets": "1.1.0", "actions/sign-dlls": "1.0.0", - "actions/verify-hello-app": "1.0.1", + "actions/verify-hello-app": "2.0.0", ".github/workflows": "1.0.0" } diff --git a/actions/verify-hello-app/CHANGELOG.md b/actions/verify-hello-app/CHANGELOG.md new file mode 100644 index 0000000..6c3e795 --- /dev/null +++ b/actions/verify-hello-app/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [2.0.0](https://github.com/launchdarkly/gh-actions/compare/verify-hello-app-v1.0.1...verify-hello-app-v2.0.0) (2024-04-29) + + +### ⚠ BREAKING CHANGES + +* rename environment variables passed to hello apps ([#29](https://github.com/launchdarkly/gh-actions/issues/29)) +* Remove the legacy success message ([#30](https://github.com/launchdarkly/gh-actions/issues/30)) + +### Features + +* rename environment variables passed to hello apps ([#29](https://github.com/launchdarkly/gh-actions/issues/29)) ([c5f14e2](https://github.com/launchdarkly/gh-actions/commit/c5f14e29171d9d8d5775dae89af2290caf6b809d)) + + +### Bug Fixes + +* Remove the legacy success message ([#30](https://github.com/launchdarkly/gh-actions/issues/30)) ([f9d7025](https://github.com/launchdarkly/gh-actions/commit/f9d70251ad8f143d74bb7f0798d782cf39577704))