Releases: cloudposse-github-actions/pr-comment-on-release
Releases · cloudposse-github-actions/pr-comment-on-release
v0.2.0
docs(misc): minor punctuation changes in `action.yml` @korenyoni (#4)
## what * docs(misc): minor punctuation changes, remove copypasta link in readme.why
- Need a change in
action.ymlin order to trigger initial release
references
- N/A
fix: drop `main-branch.yml`/`feature-branch.yml` workflows in favor of `branch.yml` @korenyoni (#3)
## what * Drop `main-branch.yml`/`feature-branch.yml` workflows in favor of `branch.yml`why
- Use canonical reusable workflows from https://github.com/cloudposse-github-actions/.github
references
- Example of an up to date repo in this org: https://github.com/cloudposse-github-actions/install-gh-releases/blob/61d5657355e86c4771bda2a063a9969d41e6b733/.github/workflows/branch.yml
🚀 Enhancements
feat: add `pr-comment-on-release` functionality. @korenyoni (#1)
## what- Add functionality for
pr-comment-on-release
why
- This is the initial intended functionality for this GitHub Action.
references
Tested in another repo using the v0.1.0 prerelease

The test suite was pretty difficult to write as it involves actual releases and comments being created and deleted. That being said, it provides automated testing in terms of this action's functionality.