Skip to content

0.4.1

Compare
Choose a tag to compare
@aknysh aknysh released this 14 Mar 19:38
· 222 commits to master since this release
097b876

what

  • Fix make targets

why

  • Wrong dependencies
  • Throws errors like this:
$ make go/lint
make[1]: Entering directory `/home/travis/gopath/src/github.com/cloudposse/github-commenter'
make[1]: *** No rule to make target `vet'.  Stop.
make[1]: Leaving directory `/home/travis/gopath/src/github.com/cloudposse/github-commenter'
make: *** [vet] Error 2