Get started quickly to create your own GitHub Action with TypeScript.
- Generate your repository from this template.
- Clone your repository
- Install dependencies:
npm i - Happy coding!
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