Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjohnson/since-unreleased

Handles unreleased `@since` tag updates.
https://github.com/kjohnson/since-unreleased

Last synced: 13 days ago
JSON representation

Handles unreleased `@since` tag updates.

Awesome Lists containing this project

README

        

# Since Unreleased

## Installation

`composer require kjohnson/since-unreleased`

## Usage

Given the following sytax:
```php
/**
* @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.
```php
/**
* @since 1.0.1
*/
```