1.20.0 Release (#1203)

This commit is contained in:
Charlie Drage
2019-12-23 12:05:10 -05:00
committed by GitHub
parent 7f4be2a34d
commit f3d54d7848
7 changed files with 129 additions and 81 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ replaceversion() {
changelog() {
echo "Generating changelog using github-changelog-generator"
github_changelog_generator $UPSTREAM_REPO/$CLI -t $GITHUB_TOKEN --future-release v$1
github_changelog_generator --user $UPSTREAM_REPO --project $CLI -t $GITHUB_TOKEN --future-release v$1
}
changelog_github() {