Skip to content

Commit

Permalink
chore(release): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
William Fleming committed Feb 7, 2020
1 parent 2a4603b commit bbdc002
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ release:
owner: william20111
name: go-thousandeyes
draft: false
disable: true
prerelease: true
name_template: "{{.ProjectName}}-v{{.Version}}"
name_template: "{{.ProjectName}}-v{{.Version}}"
builds:
- id: "default"
main: ./command/te/main.go
binary: te
ldflags:
- -s -w -X main.build={{.Version}}
goarch:
- amd64
3 changes: 3 additions & 0 deletions cmd/te/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package te

func main() {}

0 comments on commit bbdc002

Please sign in to comment.