This page helps you get started hacking on the Git Town GitHub Action codebase.
- install Node.js v20+
- fork the repository
- run
npm installto install dependencies - make your changes
- Use act to test your changes locally
- update tests
- run
npm run testto run tests - run
npm run buildto update the action entrypoint - commit and make a pull request