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:
parent
71299f5663
commit
9e4d345d25
10
www/docs/cookbooks/release-a-library.md
Normal file
10
www/docs/cookbooks/release-a-library.md
Normal 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
|
||||
```
|
@ -86,6 +86,7 @@ nav:
|
||||
- Cookbooks:
|
||||
- About: cookbooks/index.md
|
||||
- cookbooks/semantic-release.md
|
||||
- cookbooks/release-a-library.md
|
||||
- tutorials.md
|
||||
- links.md
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user