Skip to content

Commit

Permalink
Add documentation on how to build goreleaser snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Apr 28, 2019
1 parent 0adf5f4 commit 836534e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 836534e

Please sign in to comment.