/github-action-typescript-template

Get started quickly to create your own GitHub Action with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

GitHub Action TypeScript template

status

Get started quickly to create your own GitHub Action with TypeScript.

Getting started

  1. Generate your repository from this template.
  2. Clone your repository
  3. Install dependencies: npm i
  4. Happy coding!

Release a version

You can rely on the npm release command. It will automatically bump your version and generate a Git tag:

npm release major
git push && git push --tags

License

MIT License