Update github_changelog_generator to work with v1.15.2 (#453)

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>

##### 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
This commit is contained in:
Prasad Ghangal 2021-01-29 00:25:18 +05:30 committed by GitHub
parent a9eb8de69f
commit 38e726cffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}