phptaskman/changelog

Github changelog tasks for PHP Taskman

Package info

github.com/php-taskman/changelog

Type:robo-tasks

pkg:composer/phptaskman/changelog

Statistics

Installs: 5 157

Dependents: 7

Suggesters: 1

Stars: 2

Open Issues: 0

1.1.0 2020-05-10 19:43 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 166a11a518eaa3f798bd2a58f9224b60eca0fc5e

This package is auto-updated.

Last update: 2026-06-11 19:05:27 UTC


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.