Skip to content

Commit 5a69ed1

Browse files
authored
fix: 修复release创建失败的问题
fix: 修复release创建失败的问题 - 合并 code-quality、dependency-check 和 build-test 为单个工作流 - 添加安全检查步骤 - 移除单独的 PR Check 工作流 - 更新 CI 工作流触发条件,支持 push 和 pull_request - 在 .release-please-config.json 中添加 skip-github-release 配置项
1 parent af58248 commit 5a69ed1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.1"}
1+
{".":"0.2.2"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "vscode-syncing" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.2.2](https://github.com/sunerpy/vscode-syncing/compare/v0.2.1...v0.2.2) (2025-07-24)
8+
9+
10+
### Bug Fixes
11+
12+
* 修复release创建失败的问题 ([#20](https://github.com/sunerpy/vscode-syncing/issues/20)) ([af58248](https://github.com/sunerpy/vscode-syncing/commit/af58248c833c981606342d9f7723e5938d1a5512))
13+
714
## [0.2.1](https://github.com/sunerpy/vscode-syncing/compare/v0.2.0...v0.2.1) (2025-07-24)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-syncing",
33
"displayName": "vscode-syncing",
44
"description": "vscode-syncing extension",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"publisher": "sunerpy",
77
"icon": "resources/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)