danielbayley / homebrew-changelog

Prototype changelog stanza for @Homebrew Casks and formulae.
https://github.com/Homebrew/brew/issues/3399#issuecomment-340488771
MIT License
10 stars 5 forks source link
cask changelog formula homebrew macos osx stanza

Homebrew changelog

Following on from Homebrew/brew#3399, this is an effort to introduce a changelog stanza into Homebrew formulae and Casks.

Hopefully this will follow the process of the description stanza, and so initially this will be in the from of an external command, made available with this tap

Note that a /changelogs.y[a]ml file can be added to the [Formula/Casks] folder of any tap to also work with this command.

Install

brew tap danielbayley/changelog
brew changelog #formula #cask

Contribute

Contributions for changelog URLs are very welcome, and extremely easy to add! Just a line of YAML in either formulae.yml or casks.yml. Be sure to remove the http[s]://[www.] portion, and any trailing / or .html suffix from the URL, unless necessary, as these will automatically be resolved.

git config core.hooksPath .github/hooks

License

MIT © Daniel Bayley