瀏覽代碼

update release.sh

Leopoldthecoder 8 年之前
父節點
當前提交
ec23dcd583
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      CHANGELOG.md
  2. 0 1
      build/release.sh

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 ### 1.0.0-rc.9
 
-*2016-11-XX*
+*2016-11-07*
 
 - 新增 MessageBox 确定按钮自动获取焦点, #721
 - 修复 Popover focus 失效, #734

+ 0 - 1
build/release.sh

@@ -19,7 +19,6 @@ then
   cd ../..
 
   # commit
-  git submodule update
   git add -A
   git commit -m "[build] $VERSION"
   npm version $VERSION --message "[release] $VERSION"