Browse Source

makefile: Add an explicit buildrelease case

tags/v0.11.0
Daniel Oaks 6 years ago
parent
commit
6e85cbcf9c
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Makefile

+ 3
- 0
Makefile View File

@@ -5,6 +5,9 @@ all: build
5 5
 build:
6 6
 	goreleaser --snapshot --rm-dist
7 7
 
8
+buildrelease:
9
+	goreleaser --skip-publish --rm-dist
10
+
8 11
 deps:
9 12
 	git submodule update --init
10 13
 

Loading…
Cancel
Save