Skip to content

Commit

Permalink
添加&更新 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Dec 13, 2015
1 parent 1f0058c commit 99cdfa9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ String value = parent.get();

#### 这种使用方式的时序图

<img src="docs/SequenceDiagram.png" alt="时序图" width="600" />
<img src="docs/mtc-sequence-diagram.png" alt="时序图" width="600" />

### 2.2 修饰线程池

Expand Down
File renamed without changes
Binary file added docs/mtc.asta
Binary file not shown.
Binary file added docs/mtc.pptx
Binary file not shown.
17 changes: 17 additions & 0 deletions docs/release-action-list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
发布操作列表
===============================

1. 准备发布分支
1. 从master分支新建发布分支
1. 在发布分支上,更新版本号及相关信息
- 更新POM的版本号
- 更新badge的引用,由master分支名改成Tag名
- 更新README中示例Maven依赖的版本
1. 新建并Push Tag,如`v1.2.3`
1. 等待Tag的CI通过 <https://travis-ci.org/alibaba/multi-thread-context/builds>
1. 发布版本到Maven中央库
1. 更新JavaDoc
1. 生成JavaDoc,更新到分支gh-pages
1. 修改<http://alibaba.github.io/multi-thread-context/apidocs>的重定向到新版本的JavaDoc
1. 编写Release Note: <https://github.com/alibaba/multi-thread-context/releases>
1. 升级Master分支的开发版本号

0 comments on commit 99cdfa9

Please sign in to comment.