Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kjohnson/since-unreleased
- Owner: kjohnson
- Created: 2021-02-12T20:22:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T01:11:25.000Z (over 2 years ago)
- Last Synced: 2024-12-28T23:36:55.414Z (23 days ago)
- Language: Shell
- Homepage: https://packagist.org/packages/kjohnson/since-unreleased
- Size: 13.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
*/
```