Skip to content

Commit

Permalink
Use github_changelog_generator 1.15.2 for release
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <[email protected]>
  • Loading branch information
PrasadG193 committed Jul 26, 2020
1 parent 145207a commit aa7406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ generate_changelog() {
local version=$1

# generate changelog from github
github_changelog_generator infracloudio/msbotbuilder-go -t ${GITHUB_TOKEN} --future-release ${version} -o CHANGELOG.md
github_changelog_generator -u infracloudio -p msbotbuilder-go -t ${GITHUB_TOKEN} --future-release ${version} -o CHANGELOG.md
sed -i '$d' CHANGELOG.md
}

Expand Down

0 comments on commit aa7406c

Please sign in to comment.