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 desc
ription 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.
brew tap danielbayley/changelog
brew changelog #formula #cask
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