composer require kjohnson/since-unreleased
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
*/