details:   https://code.tryton.org/tools/maintenance/commit/db0e8c1fb482
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Apr 20 21:13:20 2026 +0200
description:
        Wait for npm login before publish
diffstat:

 do_major_release |  2 ++
 do_minor_release |  2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r 74a56ca9788f -r db0e8c1fb482 do_major_release
--- a/do_major_release  Mon Apr 20 21:12:50 2026 +0200
+++ b/do_major_release  Mon Apr 20 21:13:20 2026 +0200
@@ -168,6 +168,8 @@
 
         if ! ${test}; then
             echo "publish"
+            echo "wait for log in to npm..."
+            read -n 1
             npm publish --otp "$($TRYTON_NPM_OTP)" --tag "series-${series}"
         fi
 
diff -r 74a56ca9788f -r db0e8c1fb482 do_minor_release
--- a/do_minor_release  Mon Apr 20 21:12:50 2026 +0200
+++ b/do_minor_release  Mon Apr 20 21:13:20 2026 +0200
@@ -132,6 +132,8 @@
 
     if ! ${test}; then
         echo "publish"
+        echo "wait for log in to npm..."
+        read -n 1
         npm publish --otp "$($TRYTON_NPM_OTP)" --tag "series-${series}"
     fi
 

Reply via email to