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:
parent
6ae3c7e07d
commit
41f6d9ba93
5
www/docs/cookbooks/index.md
Normal file
5
www/docs/cookbooks/index.md
Normal 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!
|
12
www/docs/cookbooks/semantic-release.md
Normal file
12
www/docs/cookbooks/semantic-release.md
Normal 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
|
||||
```
|
@ -83,6 +83,9 @@ nav:
|
||||
- deprecations.md
|
||||
- sponsors.md
|
||||
- contributing.md
|
||||
- Cookbooks:
|
||||
- About: cookbooks/index.md
|
||||
- cookbooks/semantic-release.md
|
||||
- tutorials.md
|
||||
- links.md
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user