kjohnson / since-unreleased
Installs: 217 784
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 0
Open Issues: 1
Language:Shell
This package is auto-updated.
Last update: 2025-03-26 23:58:35 UTC
README
Installation
composer require kjohnson/since-unreleased
Usage
Given the following sytax:
/** * @unreleased */
Run the script, passing the target directory followed by the version number:
./vendor/bin/since-unreleased example/ 1.0.1
and the @unreleased
tag will be updated.
/** * @since 1.0.1 */