Skip to content

Commit

Permalink
汐洛VSC扩展更新添加并推送Git_Tag显示扩展版本号 #823
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jun 12, 2024
1 parent 614b1d3 commit e87c4b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.20240612140342",
"version": "0.35.24061214",
"preview": true,
"repository": "https://github.com/Hi-Windom/Sillot",
"publisher": "Hi-Windom",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions/Sillot/src/task/同步更新版本.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function add_task_同步更新版本(context: vscode.ExtensionContext) {
const versionParts = version.split(".");
if (versionParts.length === 2) {
// 使用当前时间生成第三段版本号
const timestamp = formatDate(new Date(), "yyyyMMddHHmmss");
const timestamp = formatDate(new Date(), "yyMMddHH");
version = `${version}.${timestamp}`;
}
// 遍历映射并更新版本号
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.20240612140342",
"version": "0.35.24061214",
"syv": "3.1.0",
"sypv": "[3.0.16, 3.0.17]",
"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.20240612140342",
"version": "0.35.24061214",
"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.20240612140342",
"version": "0.35.24061214",
"description": "汐洛 pnpm 工作区",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit e87c4b9

Please sign in to comment.