File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
VERSION=$VERSION npm run dist
17
17
18
18
# publish theme
19
- # echo "Releasing theme-chalk $VERSION ..."
20
- # cd packages/theme-chalk
21
- # npm version $VERSION --message "[release] $VERSION"
22
- # if [[ $VERSION =~ "beta" ]]
23
- # then
24
- # npm publish --tag beta
25
- # else
26
- # npm publish
27
- # fi
28
- # cd ../..
19
+ echo " Releasing theme-chalk $VERSION ..."
20
+ cd packages/theme-chalk
21
+ npm version $VERSION --message " [release] $VERSION "
22
+ if [[ $VERSION =~ " beta" ]]
23
+ then
24
+ npm publish --tag beta
25
+ else
26
+ npm publish
27
+ fi
28
+ cd ../..
29
29
30
30
# commit
31
31
git add -A
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " element-theme-chalk" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " Element component chalk theme." ,
5
5
"main" : " lib/index.css" ,
6
6
"style" : " lib/index.css" ,
You can’t perform that action at this time.
0 commit comments