{"id":43820089,"url":"https://github.com/21stdigital/savr-action","last_synced_at":"2026-02-06T01:50:13.234Z","repository":{"id":286469693,"uuid":"961452173","full_name":"21stdigital/savr-action","owner":"21stdigital","description":"🚀 A focused GitHub Action for automated release notes and draft releases, built for teams using conventional commits.","archived":false,"fork":false,"pushed_at":"2026-02-03T20:58:41.000Z","size":1188,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-04T09:37:43.031Z","etag":null,"topics":["continuous-integration","conventional-commits","github-action","github-releases","semantic-versioning"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/21stdigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-06T14:56:47.000Z","updated_at":"2026-02-03T20:58:45.000Z","dependencies_parsed_at":"2025-05-06T13:36:54.148Z","dependency_job_id":"b7d45eb5-ee00-4c6d-9786-c21a18decdf8","html_url":"https://github.com/21stdigital/savr-action","commit_stats":null,"previous_names":["21stdigital/savr-action"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/21stdigital/savr-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21stdigital%2Fsavr-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21stdigital%2Fsavr-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21stdigital%2Fsavr-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21stdigital%2Fsavr-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/21stdigital","download_url":"https://codeload.github.com/21stdigital/savr-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21stdigital%2Fsavr-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29144715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"ssl_error","status_checked_at":"2026-02-06T01:11:47.313Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-integration","conventional-commits","github-action","github-releases","semantic-versioning"],"created_at":"2026-02-06T01:50:10.822Z","updated_at":"2026-02-06T01:50:13.210Z","avatar_url":"https://github.com/21stdigital.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"logo-dark.svg\"\u003e\n    \u003cimg src=\"logo-light.svg\" alt=\"SAVR Logo\" width=\"200\"/\u003e\n  \u003c/picture\u003e\n  \u003cbr\u003e\n  SAVR - Semantic Automatic Version Releaser\n\u003c/h1\u003e\n\n\u003e A focused GitHub Action for automated release notes and draft releases, built for teams using conventional commits.\n\nSAVR is a lightweight GitHub Action that does two things really well:\n\n1. Automatically generates and updates draft releases with comprehensive release notes on every push\n2. Makes it easy to publish releases manually through GitHub's UI when you're ready\n\n## Why SAVR?\n\nWhile there are many semantic versioning tools available, SAVR was created to solve specific pain points that other tools don't address:\n\n### 🎯 Focused on What Matters\n\nMost semantic release tools try to do everything: automatically publish releases, manage changelogs, update package versions, and more. SAVR focuses on two core needs:\n\n- Keeping your team informed about upcoming changes through live draft releases\n- Making manual releases convenient through GitHub's UI\n\n### 🔄 Live Release Notes\n\nUnlike tools that only generate release notes when publishing, SAVR maintains an up-to-date draft release on every push. This means:\n\n- Your team can see what's coming in the next release at any time\n- No more surprises when releases are published\n- Better visibility into project progress\n\n### 🎮 Manual Release Control\n\nMany tools force automated releases, which can be risky. SAVR:\n\n- Lets you control exactly when to publish releases\n- Works seamlessly with GitHub's release UI\n- Maintains the flexibility to review and adjust before publishing\n\n### 💡 Built for Conventional Commits\n\nIf you're already using conventional commits, SAVR:\n\n- Leverages your existing commit messages\n- Requires no additional configuration\n- Keeps your workflow simple and familiar\n\n## Features\n\n- 📝 **Live Draft Releases**: Automatically updates draft releases with the latest changes on every push\n- 🔍 **Transparent Changes**: Team members can easily see what features and fixes will be in the next release\n- 🎯 **Manual Release Control**: Publish releases when you're ready through GitHub's UI\n- 🔄 **Conventional Commits**: Leverages your existing commit messages to generate meaningful release notes\n- 🏷️ **Semantic Versioning**: Automatically suggests the next version based on commit types\n- 🧪 **Dry-run Mode**: Test changes without affecting your repository\n\n## Usage\n\n```yaml\nname: Draft Release\non:\n  push:\n    branches:\n      - main\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v5\n        with:\n          fetch-depth: 0\n\n      - name: Create Release Draft\n        uses: 21stdigital/savr-action@v1.0.1\n        with:\n          github-token: ${{ secrets.PAT_TOKEN }} # Personal Access Token with repo scope\n          # Optional configuration:\n          # tag-prefix: 'v'\n          # dry-run: false\n          # release-notes-template: |\n          #   ## Release {{version}}\n          #   {{#each commits}}\n          #   - {{this.message}} ({{this.type}})\n          #   {{/each}}\n```\n\n## Inputs\n\n| Input                    | Description                                                                                                                                                 | Required | Default          |\n| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ---------------- |\n| `github-token`           | Personal Access Token (PAT) with `repo` scope for GitHub API authentication. The default `GITHUB_TOKEN` has insufficient permissions for creating releases. | Yes      | -                |\n| `tag-prefix`             | The prefix for version tags                                                                                                                                 | No       | `v`              |\n| `release-branch`         | The branch to use for the release                                                                                                                           | No       | `main`           |\n| `dry-run`                | Simulate the process without creating releases                                                                                                              | No       | `false`          |\n| `release-notes-template` | Template for release notes formatting                                                                                                                       | No       | Default template |\n| `initial-version`        | The initial version to start from                                                                                                                           | No       | `1.0.0`          |\n\n## Outputs\n\n| Output        | Description                                  |\n| ------------- | -------------------------------------------- |\n| `version`     | The calculated version for the release       |\n| `release-url` | The URL of the created/updated draft release |\n| `release-id`  | The ID of the created/updated draft release  |\n\n## Version Bump Rules\n\nThe action follows these rules to determine version bumps:\n\n- **Major** (`1.0.0`): Breaking changes (`feat!` or `BREAKING CHANGE` in footer)\n- **Minor** (`0.1.0`): New features (`feat`)\n- **Patch** (`0.0.1`): Bug fixes (`fix`)\n- **None**: Other changes (no version bump)\n\n## Release Notes\n\nRelease notes are automatically generated and include:\n\n- ✨ Features\n- 🐛 Bug fixes\n- 💥 Breaking changes\n- Contributors list\n\nThe default template format is:\n\n```handlebars\n{{#if features}}\n  ### ✨ Features\n  {{#each features}}\n    -\n    {{this.message}}\n  {{/each}}\n{{/if}}\n\n{{#if fixes}}\n  ### 🐛 Fixes\n  {{#each fixes}}\n    -\n    {{this.message}}\n  {{/each}}\n{{/if}}\n\n{{#if breaking}}\n  ### 💥 Breaking Changes\n  {{#each breaking}}\n    -\n    {{this.message}}\n  {{/each}}\n{{/if}}\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F21stdigital%2Fsavr-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F21stdigital%2Fsavr-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F21stdigital%2Fsavr-action/lists"}