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 0680930 commit 9b0d116Copy full SHA for 9b0d116
scripts/release/publish.sh
@@ -15,7 +15,7 @@ function run {
15
cd ../..
16
17
node_modules/.bin/gulp build --release --dist="$RELEASE_DIR/release"
18
- node_modules/.bin/gulp changelog --dest="$RELEASE_DIR/CHANGELOG.md"
+ #node_modules/.bin/gulp changelog --dest="$RELEASE_DIR/CHANGELOG.md"
19
20
# Move modified files into the repo copy we're going to push
21
cp package.json $RELEASE_DIR
0 commit comments