mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
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:
parent
a9eb8de69f
commit
38e726cffa
@ -39,7 +39,7 @@ generate_changelog() {
|
|||||||
local version=$1
|
local version=$1
|
||||||
|
|
||||||
# generate changelog from github
|
# 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
|
sed -i '$d' CHANGELOG.md
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user