Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 366 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 366 Bytes

Since Unreleased

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
 */