Browse Source

build: add final manual intervention just before releasing

Renée Kooi 6 years ago
parent
commit
61329656f2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      bin/release

+ 5 - 0
bin/release

@@ -61,6 +61,11 @@ cp README.md packages/uppy/README.md
 npm run build:clean
 FRESH=1 npm run build
 
+echo "!! The next step is the actual release!"
+echo "!! If something goes wrong after here, it becomes hard to reverse. Please make sure that everything is in order."
+echo "Press Enter when ready, or Ctrl+C if you still need to do something."
+read
+
 git commit --allow-empty -m "Release"
 lerna version --amend --no-push --exact