kjohnson/since-unreleased

Installs: 157 168

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 0

Open Issues: 1

Language:Shell

1.0.0 2021-03-26 15:00 UTC

This package is auto-updated.

Last update: 2024-05-26 22:10:51 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
 */