SR - Semantic Release
Version updated for https://github.com/urmzd/sr to version v8.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
The GitHub Action sr automates the release engineering process using semantic versioning from conventional commits. It helps users manage releases by providing a CLI tool that can plan, prepare, and release projects efficiently. Key capabilities include:
- Using Terraform-shaped verbs like
plan,prepare, andrelease - Supports multiple publishers such as Cargo, npm, Docker, PyPI, and Go
- Works with workspace-aware tools like cargo, npm, pnpm, yarn, and uv monorepos
- Allows setting release channels for trunk-based promotion
- Ships as a portable Agent Skill for various AI tools
- Includes single static binaries with no runtime dependencies
What’s Changed
8.1.0 (2026-07-15)
Features
- release: lock releases to a base ref commit (#29) (aab933b)
Misc
- bump GitHub Actions to Node 24 majors and switch app token to client-id (8edb124)