Skip to content

Go tool that helps creating and manipulating changelogs that comply to the format of Keep a Changelog.

License

Notifications You must be signed in to change notification settings

mrombout/gochange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoChange

Go tool that helps writing changelogs.

master Go Report Card codecov

Usage

To initialize an empty changelog for your project use the command described below.

gochange init

To add a new entry to the unreleased section of the changelog use the commands described below. The section is determined by the first world in your sentence.

gochange "Added links to navigational page."
gochange "Changed way navigation is handled."
gochange "Deprecated the use of the navigational page."
gochange "Removed links to navigational page."
gochange "Fixed link to navigation page."
gochange "Security navigational page is not longer a threat."

To bump all changes in the unreleased section up to a specific version use the command described below.

gochange release 0.1.0

About

Go tool that helps creating and manipulating changelogs that comply to the format of Keep a Changelog.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published