phptaskman/changelog
Github changelog tasks for PHP Taskman
Maintainers
1.1.0
2020-05-10 19:43 UTC
Requires
- php: > 7
- phptaskman/core: ^1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 166a11a518eaa3f798bd2a58f9224b60eca0fc5e
- Arito Lima Melo <aritomelo.woop@gmail.com>
- Pol Dellaiera
README
Generate changelogs using Github Changelog Generator.
Generate the changelog of this package
Make sure you have a Github token, if not, create one.
Then, create a taskman.yml file in the project's root:
github: token: REPLACE_WITH_YOUR_TOKEN_HERE changelog: user: php-taskman project: changelog filename: CHANGELOG.md release: branch: 0.x between-tags: $(git tag --sort=-creatordate --merged '${github.changelog.release.branch}' | tr '\n' ',') extra: --no-unreleased
and then:
./vendor/bin/taskman github:changelog
For more information about how to customise the building process check Taskman Changelog project page.
