Skip to content

Instantly share code, notes, and snippets.

@kezabelle
Created September 29, 2016 13:59
Show Gist options
  • Save kezabelle/ebec1c02c56263f8cf1cdf3c1c4d16fa to your computer and use it in GitHub Desktop.
Save kezabelle/ebec1c02c56263f8cf1cdf3c1c4d16fa to your computer and use it in GitHub Desktop.
changelog stuff

File handling

Probably want to be able to read from STDIN or a file ...

File names, without extension.

All files should be checked for extension equivalents, and for lowercase or alternative-case variants.

  • CHANGELOG
  • CHANGES
  • HISTORY
  • NEWS
  • RELEASES
File extensions
  • txt
  • rst (restructuredtext)
  • md (markdown) + variants

If a file extensions exists and it is notionally tied to a markup language, only consider that markup language. Other try any, I guess?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment