PHP code example of marcocesarato / php-conventional-changelog
1. Go to this page and download the library: Download marcocesarato/php-conventional-changelog library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
marcocesarato / php-conventional-changelog example snippets
shell
php vendor/bin/conventional-changelog
shell
php vendor/bin/conventional-changelog --commit
shell
php vendor/bin/conventional-changelog --amend
shell
php vendor/bin/conventional-changelog --history
shell
php vendor/bin/conventional-changelog --from-date="2020-12-01" --to-date="2021-01-01"
shell
php vendor/bin/conventional-changelog --ver="2.0.1"