docs
getting started
- install the github app on your repos
- push commits to main
- pls detects commits and creates releases automatically
how it works
- detects commits since last release
- calculates version bump from conventional commits
- creates git tags and github releases
- generates changelog from commit messages
conventional commits
feat: minor bump (1.0.0 → 1.1.0)
fix: patch bump (1.0.0 → 1.0.1)
breaking: major bump (1.0.0 → 2.0.0)
pre-releases
pls supports pre-release stages: alpha, beta, rc
1.0.0 → 1.1.0-alpha.0 → 1.1.0-beta.0 → 1.1.0-rc.0 → 1.1.0