PHP code example of wnx / changelog-updater
1. Go to this page and download the library: Download wnx/changelog-updater 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/ */
wnx / changelog-updater example snippets
php changelog-updater update \
--release-notes="### Added
- New Feature A
- New Feature B
### Changed
- Update Feature C
### Removes
- Remove Feature D" \
--latest-version="v1.0.0" \
--release-date="2021-08-07" \
--path-to-changelog="CHANGELOG.md" \
--compare-url-target-revision="1.x" \
--write