From 836534edae19f3247a5414fc182187eabfc8af7a Mon Sep 17 00:00:00 2001 From: Christoph Petrausch Date: Sun, 28 Apr 2019 16:21:41 +0200 Subject: [PATCH] Add documentation on how to build goreleaser snapshots --- BUILDING.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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