1
0
Pārlūkot izejas kodu

Added warning comment to be logged to npm before running.

Herbert Vojčík 11 gadi atpakaļ
vecāks
revīzija
b7c07653b6
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      cli/support/release.sh

+ 4 - 0
cli/support/release.sh

@@ -1,4 +1,8 @@
 #!/bin/sh
+
+# ATTENTION: Be logged into npm before running this script,
+# as a user with write access to amber npm package.
+
 cd `dirname "$0"`/../..
 echo rm -rf *
 echo git checkout master