Skip to content

Commit

Permalink
Move clog out of the repo (cosmos#4249)
Browse files Browse the repository at this point in the history
Following up cosmos#4225:

- Move clog into an external repository
- Update devtools Makefile.
- Add .clog.yaml file required by clog's latest version.

Closes: cosmos#4222
  • Loading branch information
Alessio Treglia authored May 2, 2019
1 parent 4e70a37 commit 2708d87
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 474 deletions.
12 changes: 12 additions & 0 deletions .clog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sections:
breaking: Breaking Changes
features: Features
improvements: Improvements
bugfixes: Bugfixes

tags:
- gaia
- gaiacli
- gaiarest
- sdk
- tendermint
4 changes: 2 additions & 2 deletions contrib/devtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ $(GOIMPORTS):
$(GOSUM): ./contrib/devtools/gosum/main.go
go install -mod=readonly ./$(<D)/

$(CLOG): ./contrib/devtools/clog/main.go
go install -mod=readonly ./$(<D)/
$(CLOG):
$(call go_install,alessio,clog,1)

tools-clean:
rm -f $(GOLANGCI_LINT) $(STATIK) $(GOIMPORTS) $(GOSUM) $(CLOG)
Expand Down
45 changes: 0 additions & 45 deletions contrib/devtools/clog/README.md

This file was deleted.

Loading

0 comments on commit 2708d87

Please sign in to comment.