File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+
4+ - package-ecosystem : " gomod"
5+ directory : " /"
6+ schedule :
7+ interval : " daily"
8+
9+ - package-ecosystem : " github-actions"
10+ directory : " /"
11+ schedule :
12+ interval : " daily"
Original file line number Diff line number Diff line change 1+ name : release
2+ on :
3+ push :
4+ tags :
5+ - ' *'
6+
7+ jobs :
8+ release :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Checkout entire git history
12+ uses : actions/checkout@v2.3.4
13+ with :
14+ fetch-depth : 0
15+ - name : Set up Go
16+ uses : actions/setup-go@v2
17+ with :
18+ go-version : ' 1.16'
19+ - name : Run GoReleaser
20+ uses : goreleaser/goreleaser-action@v2
21+ with :
22+ version : latest
23+ args : release --rm-dist
24+ env :
25+ GITHUB_TOKEN : ${{ secrets.GITHUB_KEY }}
Original file line number Diff line number Diff line change 1+ ---
2+ project_name : docker-machine-driver-vmware
3+ before :
4+ hooks :
5+ - go mod tidy
6+ # you may remove this if you don't need go generate
7+ # - go generate ./...
18builds :
2- -
3- binary : docker-machine-driver-vmware
9+ - env :
10+ - CGO_ENABLED=0
411 goos :
12+ - linux
513 - windows
614 - darwin
7- - linux
8- goarch :
15+ goarch :
916 - amd64
10- archive :
11- name_template : " {{ .Binary }}_{{ .Os }}_{{ .Arch }}"
12- format : binary
17+ archives :
18+ - id : github
19+ name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
20+ format : tar.gz
21+ files :
22+ - LICENSE*
23+ - README*
24+ - replacements :
25+ darwin : Darwin
26+ linux : Linux
27+ windows : Windows
28+ amd64 : x86_64
1329checksum :
14- name_template : " {{ .ProjectName }}_{{ .Version }}_checksums.txt"
15- release :
16- name_template : " {{.ProjectName}}-v{{.Version}}"
30+ name_template : ' {{ .ProjectName }}_{{ .Version }}_checksums.txt'
1731changelog :
32+ sort : asc
1833 filters :
1934 exclude :
2035 - ' ^typo'
21- - ' version bump'
36+ - ' version bump'
37+ # brews:
38+ # - folder: Formula
39+ # tap:
40+ # owner: mroy
41+ # name: homebrew-tap
42+ # commit_author:
43+ # name: Michael Roy
44+ # email: mike@mikeroysoft.com
45+ # homepage: "https://github.com/machine-drivers/docker-machine-driver-vmware/blob/master/README.md"
46+ # description: "Cross-platform docker-machine driver for VMware Fusion and Workstation"
47+ # test: |
48+ # system "#{bin}/docker-machine-driver-vmware -v"
49+ # install: |
50+ # bin.install "docker-machine-driver-vmware"
You can’t perform that action at this time.
0 commit comments