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