Skip to content

Used to automate the creation of a changelog based on merge commits

License

Notifications You must be signed in to change notification settings

MRtrix3/fetch_changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This script guesses the numbers for the merged pull requests from the last tag, then fetches the corresponding information from GitHub and formats it into markdown format suitable for use in e.g. Discourse.

To use, please add create a fetch_changelog_settings file in the toplevel of your repo folder, with the correct information:

repo = 'MRtrix3/mrtrix3'
user = 'jdtournier'
password = 'gngkasgndfgknldsafnfknxgkjd'

where password above should contain your personal authentication token, as generated from your GitHub acccount.

You can then invoke this script from the toplevel folder of your repo, and redirect the output to a file, or copy/paste the output as required:

$ python fetch_changelog > changelog.md

About

Used to automate the creation of a changelog based on merge commits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages