Skip to content

php-taskman/changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskman Changelog

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.

About

Generate a Github changelog using one command

Resources

License

Stars

Watchers

Forks

Packages

No packages published