Skip to content

Commit

Permalink
Set up goreleaser config properly
Browse files Browse the repository at this point in the history
As there is no `main` package (because our Go module is a mage project),
we skip the building of an executable binary, as per:
goreleaser/goreleaser#1419
  • Loading branch information
johnboyes committed Apr 19, 2020
1 parent f78cead commit 2ed5357
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
@@ -0,0 +1,7 @@
project_name: cimg-gauge
build:
skip: true
release:
github:
prerelease: auto

0 comments on commit 2ed5357

Please sign in to comment.