# Start release on develop branch
git flow release start v0.1.5
git-chglog -c .github/chglog/config.yml -o CHANGELOG.md --next-tag v0.1.5
# update `github.com/xmlking/logger` version in each `go.mod` file.
# finish release on release branch
# on master branch, (gpoat = git push origin --all && git push origin --tags)
# add git tags for sub-modules