Skip to content

Commit

Permalink
Update github_changelog_generator to work with v1.15.2 (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <[email protected]>

##### ISSUE TYPE
 - Feature Pull Request


##### SUMMARY
Update changelog gen command in release script to work with the latest https://github.com/github-changelog-generator/github-changelog-generator release
  • Loading branch information
PrasadG193 authored Jan 28, 2021
1 parent a9eb8de commit 38e726c
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 @@ -39,7 +39,7 @@ generate_changelog() {
local version=$1

# generate changelog from github
github_changelog_generator infracloudio/botkube -t ${GITHUB_TOKEN} --future-release ${version} -o CHANGELOG.md
github_changelog_generator --user infracloudio --project botkube -t ${GITHUB_TOKEN} --future-release ${version} -o CHANGELOG.md
sed -i '$d' CHANGELOG.md
}

Expand Down

0 comments on commit 38e726c

Please sign in to comment.