Skip to content

Commit 7d40dc1

Browse files
authored
Merge pull request #121 from hikhvar/build-docs
Add documentation on how to build goreleaser snapshots
2 parents 5790b60 + 836534e commit 7d40dc1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

BUILDING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ make build
2828

2929
This should create `bin/kubeval`.
3030

31+
### Release Snapshot
32+
33+
To build the release snapshots run:
34+
35+
```
36+
make snapshot
37+
```
38+
39+
This creates the directory `dist` with all available release artifacts and the final configuration for `goreleaser`.
3140

3241
## Testing
3342

0 commit comments

Comments
 (0)