kjohnson / since-unreleased
Package info
github.com/kjohnson/since-unreleased
Language:Shell
pkg:composer/kjohnson/since-unreleased
1.0.0
2021-03-26 15:00 UTC
This package is auto-updated.
Last update: 2026-02-27 01:48:31 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 */