Skip to content

Commit

Permalink
发布0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyong-wan committed Oct 7, 2021
1 parent 5ab03c1 commit 54afd94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

这嘎哒记的是 dongbei 牙牙学语的过程,新闻放前面,旧闻放最后。

## 0.0.8 没啥变化

0.0.7 版发布貌似没弄好。No time to debug,干脆换成 0.0.8 试试。

## 0.0.7 小改进

这版主要是增加了两个新功能和两个新的示例。好久没跟大家打招呼了,冒个泡,表示 dongbei 还有气儿!
Expand Down
1 change: 1 addition & 0 deletions DEVELOPE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CD 步骤都整好了!

1. 把根目录下 `setup.cfg` 文件里 `metadata` 项目内的 `version` 改成 `x.y.z`
1.`src/dongbei.py` 文件里的 `DONGBEI_VERSION` 值改成 `x.y.z`
1. 在根目录下的 `CHANGES.md` 文件里标注新版本有哪些变化。
1. `git commit -a`
1. `git tag -a x.y.z -m "发布 x.y.z"` 把最新的 commit 标记成 `x.y.z`
1. `git push --tags origin master` 把 commit 连同 tag 一起 push 到 GitHub repo;剩下的事交给 CD 就没毛病了!
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.0.7
version = 0.0.8
license_file = LICENSE
name = dongbei-lang
author = Zhanyong Wan and individual contributors
Expand Down
2 changes: 1 addition & 1 deletion src/dongbei.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import time # needed by 打个盹

XUDAO_FLAG = '--xudao'
DONGBEI_VERSION = '0.0.7'
DONGBEI_VERSION = '0.0.8'

KW_APPEND = '来了个'
KW_ASSERT = '保准'
Expand Down

0 comments on commit 54afd94

Please sign in to comment.