mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
433 B
433 B
Contributing
Making changes
- Fork the repository.
- Make changes.
- Add tests in
test/. - Run tests with
pnpm test.
Release changes
- Merge PRs into dev branch.
- Merge dev branch into main branch with
git checkout main && git merge dev - Push main branch to remote with
git push - GitHub action will create a release and publish it to npm.
Feel free to improve this process by creating an issue or PR.