Skip to content

Commit

Permalink
Merge pull request #121 from hikhvar/build-docs
Browse files Browse the repository at this point in the history
Add documentation on how to build goreleaser snapshots
  • Loading branch information
garethr committed Apr 28, 2019
2 parents 5790b60 + 836534e commit 7d40dc1
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 7d40dc1

Please sign in to comment.