Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.
/ gitnotes Public archive

Create markdown formatted release notes from your git repository log

License

Notifications You must be signed in to change notification settings

notsle/gitnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitnotes

Create release notes from git log

When user stories are referenced in your commit message with a hashtag+number (e.g. #0000) they will be listed in the user story column

Install

npm install gitnotes -g

CLI Usage

Usage: gitnotes [options] <gitrepo path> <output path>

Options:
  -s, --since <since>  Only show commits since date provided e.g."2019-01-01 12:00:00"
  -h, --help           output usage information

Example: 
  gitnotes ../gitrepo ./releasenotes.md -s 2019-01-01

About

Create markdown formatted release notes from your git repository log

Resources

License

Stars

Watchers

Forks

Packages

No packages published