Kaynağa Gözat

Update after-version-bump description

Renée Kooi 5 yıl önce
ebeveyn
işleme
685cca283c
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      bin/after-version-bump.js

+ 3 - 0
bin/after-version-bump.js

@@ -4,6 +4,9 @@
 // but _before_ it commits, so we have time to update the
 // but _before_ it commits, so we have time to update the
 // version numbers throughout the repo and add it to the
 // version numbers throughout the repo and add it to the
 // release commit.
 // release commit.
+// After updating version numbers, this runs a full
+// IS_RELEASE_BUILD=1 build, so that the version numbers
+// are properly embedded in the JS bundles.
 // NOTE this _amends_ the previous commit, which should
 // NOTE this _amends_ the previous commit, which should
 // already be a "Release" commit generated by bin/release.
 // already be a "Release" commit generated by bin/release.