Skip to content

Commit 24a12de

Browse files
ci: versioning-strategy → versioning 속성명 수정
release-please config schema의 올바른 속성명은 "versioning"이다. "versioning-strategy"는 존재하지 않는 속성으로 무시되어 prerelease 버전(6.0.0-beta.0)이 생성되지 않았다. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0285291 commit 24a12de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-please-config-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"release-type": "node",
66
"prerelease": true,
77
"prerelease-type": "beta",
8-
"versioning-strategy": "prerelease",
8+
"versioning": "prerelease",
99
"bump-minor-pre-major": true,
1010
"bump-patch-for-minor-pre-major": true,
1111
"changelog-sections": [

0 commit comments

Comments
 (0)