mrwilson / adr-viewer

Generate easy-to-read web pages for your Architecture Decision Records
MIT License
144 stars 25 forks source link

Generate updated homebrew configuration for new versions #49

Open mrwilson opened 9 months ago

mrwilson commented 9 months ago

Thanks to a PR raised by @colindean, there is a formula in Homebrew for installing adr-viewer, and it is pinned against specific versions of the dependencies for that version of the project.

Upon release of a new non-RC version of adr-viewer, the project should be able to generate an updated formula so a PR can be raised against homebrew-core pointing to the latest changes.

colindean commented 9 months ago

brew bump-formula-pr might do the trick here. I think that's the first thing to try.