Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.15.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, with a focus on extensibility and compatibility across various repository types. It bridges the gap between tools like semantic-release and release-please by offering both direct release execution and release PR gating, enabling maintainers to preview and review changes before publication. By consolidating versioning and release metadata management into a single tool, it streamlines release processes while leaving artifact publishing to external CI/CD workflows.
What’s Changed
Bug Fixes
- handle leaky gitpath spec filtering (
adac8ac)