Skip to content

Commit 946d5c0

Browse files
committed
build(release): remove unused field from release-please config
Removed `skip-tag-prefix`, which is not a valid or used option in release-please. 构建(release): 移除`release-please`中的无用项目 移除`skip-tag-prefix`。
1 parent d1288a6 commit 946d5c0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
".": "1.5.0"
3-
}
1+
{".": "1.5.0"}

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
".": {
44
"release-type": "python",
55
"include-component-in-tag": false,
6-
"skip-tag-prefix": true
6+
"bump-minor-pre-major": true
77
}
88
},
99
"changelog-sections": [

0 commit comments

Comments
 (0)