Commit 3ea5da60 authored by iamkun's avatar iamkun

chore: 2.5.1 fix

parent a8694789
......@@ -16,16 +16,16 @@ then
VERSION=$VERSION npm run dist
# publish theme
# echo "Releasing theme-chalk $VERSION ..."
# cd packages/theme-chalk
# npm version $VERSION --message "[release] $VERSION"
# if [[ $VERSION =~ "beta" ]]
# then
# npm publish --tag beta
# else
# npm publish
# fi
# cd ../..
echo "Releasing theme-chalk $VERSION ..."
cd packages/theme-chalk
npm version $VERSION --message "[release] $VERSION"
if [[ $VERSION =~ "beta" ]]
then
npm publish --tag beta
else
npm publish
fi
cd ../..
# commit
git add -A
......
{
"name": "element-theme-chalk",
"version": "2.5.0",
"version": "2.5.1",
"description": "Element component chalk theme.",
"main": "lib/index.css",
"style": "lib/index.css",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment