mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 更新 parse-changelog 工作流 (#11289)
This commit is contained in:
parent
291a083378
commit
5095d836c0
7 changed files with 135 additions and 74 deletions
19
scripts/_pkg/Const.py
Normal file
19
scripts/_pkg/Const.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
docmap_siyuan = {
|
||||
"Feature": "Feature",
|
||||
"Enhancement": "Enhancement",
|
||||
"Bug": "Bugfix",
|
||||
"Document": "Document",
|
||||
"Refactor": "Refactor",
|
||||
"Abolishment": "Abolishment",
|
||||
"Development": "Development",
|
||||
}
|
||||
|
||||
repo_siyuan = "siyuan-note/siyuan"
|
||||
hostname = "api.github.com"
|
||||
|
||||
HEADER_siyuan = '''
|
||||
'''
|
||||
|
||||
HEADER = {
|
||||
"siyuan-note/siyuan": HEADER_siyuan,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue