Skip to content

Commit

Permalink
Add readme section on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Nov 28, 2020
1 parent 6cf296f commit 3934383
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions starboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ To run the serve command with the latest static assets and templates without hav
```
go run main.go serve --static_folder web/static --templates_folder web/templates
```


## Releases

Releases are minted on CI, you can create one locally by running
```
goreleaser --snapshot --skip-publish --rm-dist
```

0 comments on commit 3934383

Please sign in to comment.