Skip to content

v2.0.0

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 05 Sep 16:42
· 4 commits to refs/heads/main since this release
Get the PR info by ID or associated commit @goruha (#12) ## What * Extend GHA to support retrieving PR by ID * Replaced usage of npm with yarn * Added tests for getting PR by PR ID * Copy `package.json` and `jest` configs from cloudposse typescript actions

Why

  • Working with issue comments, we have PR ID instead of commit SHA in the context.
  • Standardazise toolchain
  • Improve test coverage
  • Standardazise config and workflows

References