kjohnson/since-unreleased

Maintainers

Package info

github.com/kjohnson/since-unreleased

Language:Shell

pkg:composer/kjohnson/since-unreleased

Statistics

Installs: 219 531

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 1

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