diff --git a/BUILDING.md b/BUILDING.md index 0f37138..c27132b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -28,6 +28,15 @@ make build This should create `bin/kubeval`. +### Release Snapshot + +To build the release snapshots run: + +``` +make snapshot +``` + +This creates the directory `dist` with all available release artifacts and the final configuration for `goreleaser`. ## Testing