lordrhodos / github-release-to-changelog-converter
Converts the releases of a Github repository into a changelog
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.1
- ext-json: *
- knplabs/github-api: ^2.11
- php-http/guzzle6-adapter: ^1.1
- symfony/console: ^4.2
Requires (Dev)
- php-http/mock-client: ^1.2
- phpunit/phpunit: ^7.5
README
Converts the releases of a Github repository into a changelog
Requirements
- Requires PHP 7.1 or above.
Installation
Add the package as a requirement to your composer.json
:
$ composer require lordrhodos/github-releases-to-change-log-converter
or clone the project if you want to use it as stand alone consoel application:
$ git clone git@github.com:lordrhodos/github-releases-to-change-log-converter.git
License
This software is licensed under the MIT License - see the LICENSE
file for details.