SR - Semantic Release
Version updated for https://github.com/urmzd/sr to version v4.1.0.
- 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, sr, is an AI-powered release engineering tool designed to streamline the software development lifecycle from commits to releases. It automates tasks such as generating atomic conventional commits, conducting AI-driven code reviews, creating pull request descriptions, and managing automated releases with versioning and changelogs. Its key features include language-agnostic support, zero-configuration defaults, and robust safety mechanisms to ensure seamless and secure workflows without requiring additional runtime or dependencies.
What’s Changed
4.1.0 (2026-04-13)
Features
- cli: add migrate command and structured MCP diff output (a58dc62)
Bug Fixes
- ci: sync Cargo.lock versions with v4.0.0 release (b407ceb)
- ci: remove collapsed crates from publish step (33bdee6)
Refactoring
- cli: remove thin git/gh wrapper commands (f01f827)
Miscellaneous
- apply rustfmt formatting to mcp and git modules (0d82909)