mirror of https://github.com/ElemeFE/element
update release.sh
parent
2cc6186ab9
commit
ec23dcd583
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### 1.0.0-rc.9
|
### 1.0.0-rc.9
|
||||||
|
|
||||||
*2016-11-XX*
|
*2016-11-07*
|
||||||
|
|
||||||
- 新增 MessageBox 确定按钮自动获取焦点, #721
|
- 新增 MessageBox 确定按钮自动获取焦点, #721
|
||||||
- 修复 Popover focus 失效, #734
|
- 修复 Popover focus 失效, #734
|
||||||
|
|
|
@ -19,7 +19,6 @@ then
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
# commit
|
# commit
|
||||||
git submodule update
|
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "[build] $VERSION"
|
git commit -m "[build] $VERSION"
|
||||||
npm version $VERSION --message "[release] $VERSION"
|
npm version $VERSION --message "[release] $VERSION"
|
||||||
|
|
Loading…
Reference in New Issue