Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jul 9, 2024
1 parent 52b9279 commit 622eb54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions/Sillot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sillot",
"displayName": "汐洛 Sillot",
"description": "汐洛彖夲肜矩阵(Sillot T☳Converbenk Matrix)为智慧新彖务服务。此插件为汐洛官方插件,提供多功能一体化集成。",
"version": "0.35.24070923",
"version": "0.35.24070923-dev1",
"preview": true,
"repository": "https://github.com/Hi-Windom/Sillot",
"publisher": "Hi-Windom",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.35.24070923",
"version": "0.35.24070923-dev1",
"syv": "3.1.1",
"sypv": "[3.0.16, 3.0.17, 3.1.0]",
"description": "Build Your Eternal Digital Garden",
Expand Down
2 changes: 1 addition & 1 deletion docs/starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight",
"type": "module",
"version": "0.35.24070923",
"version": "0.35.24070923-dev1",
"scripts": {
"test": "echo 'Test your sister day by day'",
"dev": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sillot-workspace",
"version": "0.35.24070923",
"version": "0.35.24070923-dev1",
"description": "汐洛 pnpm 工作区",
"packageManager": "[email protected]",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/_pkg/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ def generate_header_from_repo(repo_name, tag_name, lastestRelease, electron_vers
def print_taget2siyuan(tag_name, otherReleaseArray) -> List[str]:
print('# [@SiYuan](https://github.com/siyuan-note/siyuan)\n')
print(f'''## ⚓ ''', end="")
arr = quote_versions_v2(otherReleaseArray)
arr = ["v" + version for version in quote_versions_v2(otherReleaseArray)]
if len(arr) > 0:
for v in arr:
print(f'''[v{v}](https://github.com/siyuan-note/siyuan/releases/tag/{v}) ''', end="")
print(f'''[{v}](https://github.com/siyuan-note/siyuan/releases/tag/{v}) ''', end="")
print(f'''[{tag_name}](https://github.com/siyuan-note/siyuan/releases/tag/{tag_name}) 值得注意的变化
''')
Expand Down

0 comments on commit 622eb54

Please sign in to comment.