We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315416e commit 02c6f66Copy full SHA for 02c6f66
.travis.yml
@@ -23,7 +23,7 @@ jobs:
23
script:
24
- yarn run test:ci
25
- stage: release
26
- if: "(tag =~ /^taro-ui@3/) AND (NOT (type IN (pull_request)))"
+ if: "(tag =~ /^v3/) AND (NOT (type IN (pull_request)))"
27
before_install:
28
- curl -o- -L https://yarnpkg.com/install.sh | bash
29
- export PATH="$HOME/.yarn/bin:$PATH"
lerna.json
@@ -1,8 +1,17 @@
1
{
2
"packages": [
3
- "packages/*"
+ "packages/taro-ui"
4
],
5
- "version": "independent",
+ "command": {
6
+ "publish": {
7
+ "message": "chore(release): publish %s"
8
+ },
9
+ "create": {
10
+ "homepage": "https://github.com/nervjs/taro-ui",
11
+ "license": "MIT"
12
+ }
13
14
+ "version": "3.0.0-alpha.2",
15
"npmClient": "yarn",
16
"useWorkspaces": true
17
}
0 commit comments