Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.23.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 a software-agnostic GitHub Action designed to automate semantic versioning, changelog generation, tagging, and release PR workflows based on conventional commits. It bridges the gap between tools like semantic-release and release-please, enabling both direct and review-based release processes while being adaptable to various programming ecosystems and repository types. By centralizing version management and release metadata, it eliminates manual release tasks and integrates seamlessly into CI/CD workflows for triggering artifact publication.
What’s Changed
Features
- add
followsoption for declaring package-deps (4b4482c)