mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 19:08:22 -06:00
fix(release): keep correction tags at base version
This commit is contained in:
@@ -104,8 +104,12 @@ export function planReleaseVersion(params: {
|
||||
);
|
||||
}
|
||||
|
||||
const packageVersion =
|
||||
parsedVersion.correctionNumber === undefined
|
||||
? parsedVersion.version
|
||||
: parsedVersion.baseVersion;
|
||||
const changes = [
|
||||
planPackageJson(rootDir, parsedVersion.version),
|
||||
planPackageJson(rootDir, packageVersion),
|
||||
planMacosInfoPlist(rootDir, parsedVersion),
|
||||
];
|
||||
if (params.android) {
|
||||
|
||||
Reference in New Issue
Block a user