Skip to content

reavowed/GitReleaseNotes

 
 

Repository files navigation

GitReleaseNotes

Utility which makes it really easy to generate release notes for your Git project. Works with GitHub and soon Visual Studio Online/TFS, Jira, Youtrack

Usage

GitReleaseNotes must be run inside a git repository.

GitReleaseNotes.exe /IssueTracker Github /Repo JakeGinnivan/GitReleaseNotes /Token ######################### /OutputFile ReleaseNotes.md

This will write ReleaseNotes.md into the root of your repo, the release notes are generated by:

  • Scanning all commits from the HEAD to the last tag
  • Discovering mentioned issues in those commits
  • Finds all mentioned issues for the specified issue tracker that have been closed
  • Writes out the release notes following SemanticReleaseNotes.org

Versioning a release

GitHubFlowVersion is another project which can help you generate version numbers and make following Semantic Versions easily

About

Utility which makes it really easy to release your project on GitHub/NuGet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published