Better than auto-publish when review matters
Fully automated tools are great when you want releases to ship themselves. SAVR is for teams that want the release prepared continuously but still want a human to decide when it goes live.
GitHub Action for Conventional Commit repos
SAVR updates release notes on every push so your team can publish manually from the GitHub Releases page when ready.
jobs:
release:
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: 21stdigital/savr-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Why teams pick SAVR
Fully automated tools are great when you want releases to ship themselves. SAVR is for teams that want the release prepared continuously but still want a human to decide when it goes live.
Some teams keep manual control by triggering a release workflow. SAVR removes that extra step by keeping the release draft ready inside GitHub itself.
SAVR focuses on release preparation. It does not try to own package publishing, changelog files, or every release concern in your CI pipeline.
Comparison
| Approach | Best when |
|---|---|
| Fully automated release tools | You want CI to publish releases without human review. |
| Manual release workflows | You are comfortable triggering a release job each time someone cuts a release. |
| SAVR | You want the release prepared continuously and published manually from the GitHub Releases UI. |
Fit check