Browse Source

Print releasing version

Shalom Yerushalmy 5 years ago
parent
commit
dbac1832c0
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      scripts/release.js

+ 2
- 0
scripts/release.js View File

@@ -58,6 +58,8 @@ function versionTagAndPublish() {
58 58
   console.log(`current published version: ${currentPublished}`);
59 59
 
60 60
   const version = process.env.RELEASE_BUILD ? process.env.VERSION : `${currentPublished}-snapshot.${process.env.BUILD_ID}`;
61
+  console.log(`Publishing version: ${version}`);
62
+
61 63
   tryPublishAndTag(version);
62 64
 }
63 65