mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 03:03:41 +00:00
no message
This commit is contained in:
parent
c748d8f5f6
commit
6f7acc60b5
17
README_PUBLISH.md
Normal file
17
README_PUBLISH.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 发布说明
|
||||||
|
|
||||||
|
## 通过 GitHub Actions 发布
|
||||||
|
|
||||||
|
1. 执行 `./cmd prod` 编译
|
||||||
|
2. 执行 `node ./version.js` 制作版本
|
||||||
|
3. 执行 `git commit` 相关操作
|
||||||
|
4. 制作标签
|
||||||
|
5. 推送标签
|
||||||
|
|
||||||
|
## 本地发布
|
||||||
|
|
||||||
|
1. 执行 `./cmd prod` 编译
|
||||||
|
2. 执行 `node ./version.js` 制作版本
|
||||||
|
3. 执行 `git commit` 相关操作
|
||||||
|
4. 制作标签
|
||||||
|
5. 执行 `./cmd electron` 相关操作
|
||||||
@ -10,9 +10,9 @@ All notable changes to this project will be documented in this file.\n
|
|||||||
# https://tera.netlify.app/docs/#introduction
|
# https://tera.netlify.app/docs/#introduction
|
||||||
body = """
|
body = """
|
||||||
{% if version %}\
|
{% if version %}\
|
||||||
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
|
## [{{ version | trim_start_matches(pat="v") }}]
|
||||||
{% else %}\
|
{% else %}\
|
||||||
## [unreleased]
|
## [Unreleased]
|
||||||
{% endif %}\
|
{% endif %}\
|
||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
### {{ group | upper_first }}
|
### {{ group | upper_first }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user