Skip to content

Commit

Permalink
prerelease: v0.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo-Zhang committed Jun 22, 2022
1 parent 702de63 commit d6adb27
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
30 changes: 29 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
TODO: Add your license here.
BSD 3-Clause License

Copyright (c) 2022, QuantTide Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18 changes: 18 additions & 0 deletions doc/dev/publish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 发布

Google网站在大陆可能有问题,命令行使用代理:
```shell
export https_proxy=http://127.0.0.1:8889
```

发布:
```shell
flutter packages pub publish --server=https://pub.dartlang.org
```
如果配置过国内的镜像,注意增加server参数。

根据我们的规则,预发布版本不加入Changelog,Flutter/Dart发布工具会报警告。手动选择y即可。

在浏览器复制打开验证身份的链接,用QuantTide的Google账号验证身份。

`~/.pub-cache/credentials.json`获取AccessToken和RefreshToken,即可在CI中使用。
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cloud_ide_widgets
description: 云IDE组件库
version: 0.1.0-rc.1
version: 0.1.0-rc.2
repository: https://github.com/quanttide/cloud-ide-widgets-flutter

environment:
Expand Down

0 comments on commit d6adb27

Please sign in to comment.