SR - Semantic Release
Version updated for https://github.com/urmzd/sr to version v8.0.6.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The sr GitHub Action automates semantic versioning and release management using conventional commits, providing a streamlined and idempotent process for planning, preparing, and executing software releases. It simplifies complex workflows by integrating version bumping, changelog generation, tagging, and publishing to multiple registries (e.g., npm, Docker, PyPI) within a single static binary, eliminating the need for additional plugins or runtimes. Its workspace-aware and release channel features make it particularly suited for managing monorepos and trunk-based development workflows.
What’s Changed
8.0.6 (2026-04-20)
Bug Fixes
- docs: expand 8.x migration guide with sr prepare patterns (ce43546)