Skip to content

Commit

Permalink
introduce GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 committed Dec 25, 2020
1 parent 8ba8c46 commit 6ef0001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builds:
- skip: true
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ package tools
import (
_ "github.com/Songmu/gocredits/cmd/gocredits"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/goreleaser/goreleaser"
)

0 comments on commit 6ef0001

Please sign in to comment.