mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
4fa87989a6
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
408 B
408 B
How to add a new cookbook
- Create a new markdown file inside
www/docs/cookbooks
with the content you want; - Add it to
www/mkdocs.yml
, under theCookbooks
section; - Open a pull request with these changes;
- Please use the following commit message template
docs: how to X
- Please use the following commit message template
- That's it!
You can also test your changes locally by running make serve
and browsing http://localhost:8000
.