Skip to content

Commit 9b0d116

Browse files
committed
chore(CI): skipping changelog generation
1 parent 0680930 commit 9b0d116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function run {
1515
cd ../..
1616

1717
node_modules/.bin/gulp build --release --dist="$RELEASE_DIR/release"
18-
node_modules/.bin/gulp changelog --dest="$RELEASE_DIR/CHANGELOG.md"
18+
#node_modules/.bin/gulp changelog --dest="$RELEASE_DIR/CHANGELOG.md"
1919

2020
# Move modified files into the repo copy we're going to push
2121
cp package.json $RELEASE_DIR

0 commit comments

Comments
 (0)