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

docs: created a cookbooks section

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-09-23 21:20:56 -03:00
parent 6ae3c7e07d
commit 41f6d9ba93
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Cookbooks
The idea here is to add examples of how to do specific things with GoReleaser.
Feel free to contribute yours!

View File

@ -0,0 +1,12 @@
# Semantic Release
GoReleaser does not create any tags, it just runs on what is already there.
You can, though, leverage other tools to do the work for you, like for example
[svu](https://github.com/caarlos0/svu):
```bash
git tag "$(svu next)"
git push --tags
goreleaser --rm-dist
```

View File

@ -83,6 +83,9 @@ nav:
- deprecations.md
- sponsors.md
- contributing.md
- Cookbooks:
- About: cookbooks/index.md
- cookbooks/semantic-release.md
- tutorials.md
- links.md