mhulse / gh-boiler

Common GitHub boilerplate files I use to kick-start new repositories.
Apache License 2.0
8 stars 3 forks source link

Add HISTORY.md #27

Closed mhulse closed 11 years ago

mhulse commented 11 years ago

I kinda like that file name better than CHANGELOG.md. Having both in this repo would work for me.

Example:

https://github.com/yui/pure/blob/master/HISTORY.md

mhulse commented 11 years ago

Thinking about this more, the HISTORY.md file is like a GitHub release history section.

I need to utilize the "description" section of releases to list changes and such. On the other hand, the commit history does a good job at doing this. Going to skip this idea for now.