Skip to content

Commit

Permalink
chore(main): release verify-hello-app 2.0.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 29, 2024
1 parent c5f14e2 commit 03d0c71
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
18 changes: 18 additions & 0 deletions actions/verify-hello-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 03d0c71

Please sign in to comment.