kjohnson / since-unreleased
Installs: 190 013
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 0
Open Issues: 1
Language:Shell
This package is auto-updated.
Last update: 2024-10-26 23:00:25 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 */