Skip to content

Commit 1d9795c

Browse files
committed
update:read me and release.yml
1 parent bb22daa commit 1d9795c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Generate release notes
7373
run: |
74-
logs=$(git log ${{ steps.versioning.outputs.prev_tag }}..${{ steps.versioning.outputs.new_tag }} --pretty=format:"* %h - %s - %an - %cd" --no-merges)
74+
logs=$(git log ${{ steps.versioning.outputs.prev_tag }}..${{ steps.versioning.outputs.new_tag }} --pretty=format:"* %h - %s - %an" --no-merges)
7575
release_notes=$(echo "$logs" | sed 's/ qyt$/ @xengine-qyt/')
7676
echo "$release_notes"
7777
echo "$release_notes" > release_notes.txt

README.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ this software support following features
3333
17. binary message
3434
18. http interface management
3535
19. message attritube
36+
20. point to point message
3637

3738
## install
3839

@@ -113,6 +114,7 @@ Address:app.xyry.org Port:TCP 5200,WEBSOCKET 5201,HTTP Management Interface 5202
113114
2. Create new Feat_xxx branch
114115
3. Submit the code
115116
4. New Pull Request
117+
5. Submit develop branch
116118

117119
## Follow us
118120
If you think this software is helpful to you, please give us a START

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ c c++Message Service
3232
17. 二进制消息
3333
18. http接口管理
3434
19. 消息属性
35+
20. 点对点消息
3536

3637
## 安装教程
3738

@@ -119,6 +120,7 @@ make FLAGS=CleanAll 清理编译
119120
2. 新建 Feat_xxx 分支
120121
3. 提交代码
121122
4. 新建 Pull Request
123+
5. 提交到develop分支
122124

123125
## 关注我们
124126
如果你觉得这个软件对你有帮助,请你给我们一个START吧

0 commit comments

Comments
 (0)