Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.13.0.
- 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 an automated release tool that streamlines versioning, changelog generation, tagging, and release metadata management while supporting both direct releases and review-based release workflows. It is software-agnostic, enabling cross-repository compatibility (e.g., Node, Rust, etc.) and extensibility, and solves the problem of integrating semantic versioning and release planning into CI/CD workflows without handling artifact publishing. With support for monorepos and trunk-based development, it offers a practical middle ground between tools like semantic-release and release-please.
What’s Changed
Features
- allow
x.y.z.9000-type of versions in input (7c04884)
Bug Fixes
- changelog: don’t require explicit changelog path (
15f87fe)