소스 검색

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"