SR - Semantic Release
Version updated for https://github.com/urmzd/sr to version v6.0.1.
- 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
This GitHub Action, urmzd/sr, automates the release engineering process by handling semantic versioning, changelog generation, tagging, and publishing GitHub releases based on conventional commits. It simplifies release workflows by bundling these tasks into a single, language-agnostic tool that eliminates the need for additional dependencies or runtime environments. Key capabilities include support for trunk-based release channels, zero-configuration defaults, and compatibility with various CI/CD pipelines to streamline software deployment.
What’s Changed
6.0.1 (2026-04-14)
Bug Fixes
- core: require colon in BREAKING CHANGE footer detection (cdf3efd)