Browse Source

Update bin/release

Kevin van Zonneveld 6 years ago
parent
commit
f379e4edfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/release

+ 1 - 1
bin/release

@@ -61,7 +61,7 @@ cp README.md packages/uppy/README.md
 npm run clean
 FRESH=1 npm run build
 
-git commit -m "Release"
+git commit --allow-empty -m "Release"
 lerna version --amend --no-push --exact
 
 lerna publish from-git