Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 919 Bytes

File metadata and controls

20 lines (14 loc) · 919 Bytes

Local Development

Runtime Test

  • Create a personal access token for GitHub and add it with the key of GITHUB_TOKEN to a local .env file
  • Run yarn start

Release Process

  1. Code gets compiled and bundled together with all its dependencies into a single file using ncc
  2. The bundled file is being referenced in action.yml
  3. Bundled code is uploaded to the repository
  4. New version gets semantically tagged in Git and released on GitHub

References