Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.14.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 metadata management using commit history and a release PR workflow. It supports both direct releases and review-based release processes, enabling maintainers to preview changes before publication. By focusing on release orchestration and leaving artifact publishing to CI workflows, Versionary simplifies and standardizes release management across diverse ecosystems and repository types.
What’s Changed
Features
- make issue commenting off by default, and add options (
4a91d6c) - implement issue commenting on GitHub (
73264a0), closes #23
Bug Fixes
- changelog: fix duplicated entries in changelog (
6bdc88d)