File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- # This is an example .goreleaser.yml file with some sensible defaults.
2
- # Make sure to check the documentation at https://goreleaser.com
3
-
4
- # The lines below are called `modelines`. See `:help modeline`
5
- # Feel free to remove those if you don't want/need to use them.
6
- # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
- # vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
-
9
1
version : 2
10
2
11
3
builds :
12
- - id : gencoder
13
- main : ./cmd/gencoder
4
+ - main : ./cmd/gencoder
14
5
env :
15
6
- CGO_ENABLED=0
16
7
goos :
@@ -36,6 +27,13 @@ archives:
36
27
- goos : windows
37
28
format : zip
38
29
30
+ # https://goreleaser.com/customization/release/#github
31
+ release :
32
+ github :
33
+ owner : DanielLiu1123
34
+ name : gencoder
35
+ draft : true
36
+
39
37
# brews:
40
38
# - name: gencoder
41
39
# homepage: "https://github.com/DanielLiu1123/gencoder"
You can’t perform that action at this time.
0 commit comments