Skip to content

kjohnson/since-unreleased

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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