Skip to content

Commit b71a098

Browse files
committed
fix: temporarily disable changelog generation
1 parent 397ebdc commit b71a098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/gh-pages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ git fetch upstream
2727
git reset upstream/$TARGET_BRANCH
2828

2929
# Generate a Changelog.
30-
gem install github_changelog_generator
31-
github_changelog_generator -u haganbmj -p obs-websocket-js $RELEASE
30+
# gem install github_changelog_generator
31+
# github_changelog_generator -u haganbmj -p obs-websocket-js $RELEASE
3232

3333
# Add all files & ./dist to the new commit.
3434
git add -A

0 commit comments

Comments
 (0)