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

docs: how to release a library

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-09-23 21:33:52 -03:00
parent 71299f5663
commit 9e4d345d25
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# How to release a library
Maybe you don't want to actually release binaries, but just generate a changelog and whatnot for your Go libraries? GoReleaser got you covered!
All you need is to add `skip: true` to the build config:
```yaml
builds:
- skip: true
```

View File

@ -86,6 +86,7 @@ nav:
- Cookbooks:
- About: cookbooks/index.md
- cookbooks/semantic-release.md
- cookbooks/release-a-library.md
- tutorials.md
- links.md