Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 429 Bytes

RELEASE.md

File metadata and controls

23 lines (20 loc) · 429 Bytes

Release

Build the datalogger and make sure it runs as expected

GOOS=linux GOARCH=arm64 go build ./cmd/datalogger

Then run the datalogger on the camera with

./datalogger log

Create git tag and push

Make sure you are not on a dirty state of git and that you have pushed everything

git tag <version>
git push origin --tags 

Run goreleaser

rm -rf dist
goreleaser release