We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b157 commit 91fec0bCopy full SHA for 91fec0b
.travis/gh-pages.sh
@@ -32,7 +32,8 @@ git reset upstream/$TARGET_BRANCH
32
33
# Add all files & ./dist to the new commit.
34
git add -A
35
-git add CHANGELOG.md ./dist ./types/index.d.ts -f
+# git add CHANGELOG.md ./dist ./types/index.d.ts -f
36
+git add ./dist ./types/index.d.ts -f
37
38
git commit -m "${TARGET_BRANCH}: (${VERSION}) ${SHA}"
39
git push -q upstream HEAD:$TARGET_BRANCH
0 commit comments