1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: how to add a new cookbook

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-09-23 21:24:05 -03:00
parent 41f6d9ba93
commit 180a77c374
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
# How to add a new cookbook
1. Create a new markdown file inside `www/docs/cookbooks` with the content you want;
2. Add it to `www/mkdocs.yml`, under the `cookbooks` section;
3. Open a pull request with these changes;
4. That's it!
You can also test your changes locally by running `make serve` and browsing `http://localhost:8000`.

View File

@ -2,4 +2,4 @@
The idea here is to add examples of how to do specific things with GoReleaser.
Feel free to contribute yours!
Feel free to [contribute yours](http://localhost:8000/cookbooks/contributing/)!