Skip to content

Commit 8eab9b3

Browse files
committed
docs(project): 添加git tag及push相关命令文档
- 新增提交git tag并push到GitHub的命令说明 - 添加提交代码变更、添加tag并push的命令介绍 - 详细描述了tag提交的注意事项 - 说明GitHub自动化发布流程的触发机制
1 parent 2800afb commit 8eab9b3

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
type: project_command
3+
description: 提交一个git的tag,并push到GitHub,以让GitHub自动化流程自动发布新版本
4+
---
5+
添加一个git的tag(注意别打错版本),并提交到GitHub,以让GitHub自动化流程自动发布新版本
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
type: project_command
3+
description: 提交代码变更,并打一个标签,然后push到GitHub上
4+
---
5+
提交当前代码变更到git,并添加一个git的tag(注意别打错tag版本),然后依次把他们都push到github

0 commit comments

Comments
 (0)