SR - Semantic Release
Version updated for https://github.com/urmzd/sr to version v8.0.8.
- 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 is a release engineering tool that automates semantic versioning based on conventional commits, providing a streamlined process for managing software releases. It simplifies tasks such as versioning, changelog generation, and publishing to package registries (e.g., npm, PyPI, Docker) by using declarative configuration and idempotent commands (plan, prepare, release). This action eliminates the need for complex setups with plugins or runtimes, making release management more efficient and accessible for monorepos, multi-channel releases, and CI/CD pipelines.
What’s Changed
8.0.8 (2026-04-28)
Bug Fixes
- action: read full JSON output across multiple lines (7a39c35)
Misc
- readme: normalize code-block spacing and dedent standalone action snippets (f46a2f6)