We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5d1b0 commit 2f5c376Copy full SHA for 2f5c376
README.md
@@ -53,12 +53,39 @@ gulp release
53
[MIT License](http://opensource.org/licenses/MIT)
54
55
# 内部发布
56
+
57
## 修改版本号
58
59
* lib/version.js
60
* package.json
61
* bower.json
62
63
+## 修改 changelog
64
65
+## Release
66
67
+```
68
+gulp release
69
70
71
+## 提交,打上 tag 并推送到 Github
72
73
+tag 要求为 `v{版本号}`, dist 目录也需要更新提交。
74
75
## 发布到 bower
76
```
77
bower register leancloud-javascript-sdk [email protected]:leancloud/javascript-sdk.git
78
79
80
+## 发布到 npm
81
82
83
+npm publish
84
85
86
+## 发布到 CDN
87
88
89
+gulp upload
90
91
0 commit comments