$ docker run -it -v $PWD:/go/src/app -v $HOME/go:/go -v /Users/ssohjiro/project-poc/react-utterances:/root/react-utterances -w /go/src/app --rm golang:1.9
$ dep 설치
$ dep ensure
$ make build
$ make install
$ git-chglog
$ vi vendor/github.com/git-chglog/git-chglog/tag_reader.go
요구사항
version: independent
를 사용중이다. 각 package 별 changelog 를 리스팅 할 수 있어야 한다.솔루션
https://github.com/github-changelog-generator/github-changelog-generator
https://github.com/tschaub/github-changelog
https://github.com/matomo-org/github-changelog-generator
https://github.com/git-chglog/git-chglog
https://github.com/lob/generate-changelog
https://github.com/CookPete/auto-changelog
git-chglog
은 go lang 이었는데 이건nodejs
라 필요한 부분을 수정하기 더 좋은데!https://github.com/semantic-release/release-notes-generator