Skip to content

Commit 15b76fa

Browse files
authored
Merge pull request #14228 from iamkun/bugfix/2.5.1fix
chore: 2.5.1 fix
2 parents a869478 + 3ea5da6 commit 15b76fa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

build/release.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ then
1616
VERSION=$VERSION npm run dist
1717

1818
# 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 ../..
2929

3030
# commit
3131
git add -A

packages/theme-chalk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-theme-chalk",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Element component chalk theme.",
55
"main": "lib/index.css",
66
"style": "lib/index.css",

0 commit comments

Comments
 (0)