Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.20.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Versionary is a software-agnostic GitHub Action designed to automate semantic versioning, changelog generation, release PR workflows, and tagging based on conventional commits. It bridges the gap between direct release execution and release PR workflows, enabling maintainers to review changes before publishing. Key features include support for various programming ecosystems, SCM-agnostic release management, extensibility for custom strategies, and seamless integration with CI/CD pipelines for artifact publication.
What’s Changed
Bug Fixes
- improve empty root rust workspace handling (
4a196fc)