@releasekit/release 0.5.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -578,7 +578,7 @@ async function runRelease(inputOptions) {
|
|
|
578
578
|
let publishOutput;
|
|
579
579
|
if (!options.skipPublish) {
|
|
580
580
|
info("Publishing...");
|
|
581
|
-
publishOutput = await runPublishStep(versionOutput, options, releaseNotes
|
|
581
|
+
publishOutput = await runPublishStep(versionOutput, options, releaseNotes, notesFiles);
|
|
582
582
|
success("Publish complete");
|
|
583
583
|
}
|
|
584
584
|
return { versionOutput, notesGenerated, packageNotes, releaseNotes, publishOutput };
|
package/dist/cli.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
createReleaseCommand
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4SIZK7PB.js";
|
|
5
5
|
import {
|
|
6
6
|
runPreview
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-H4NI763A.js";
|
|
8
8
|
import {
|
|
9
9
|
EXIT_CODES,
|
|
10
10
|
readPackageVersion
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-VAYTUKM7.js";
|
|
12
12
|
|
|
13
13
|
// src/cli.ts
|
|
14
14
|
import { realpathSync } from "fs";
|
package/dist/dispatcher.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
createReleaseCommand
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4SIZK7PB.js";
|
|
5
5
|
import {
|
|
6
6
|
EXIT_CODES,
|
|
7
7
|
error,
|
|
8
8
|
info,
|
|
9
9
|
readPackageVersion,
|
|
10
10
|
success
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-VAYTUKM7.js";
|
|
12
12
|
|
|
13
13
|
// src/dispatcher.ts
|
|
14
14
|
import { realpathSync } from "fs";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@releasekit/release",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Unified release pipeline: version, changelog, and publish in a single command",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"commander": "^14.0.3",
|
|
51
51
|
"smol-toml": "^1.6.1",
|
|
52
52
|
"zod": "^4.3.6",
|
|
53
|
-
"@releasekit/notes": "0.
|
|
54
|
-
"@releasekit/version": "0.
|
|
55
|
-
"@releasekit/publish": "0.
|
|
53
|
+
"@releasekit/notes": "0.6.1",
|
|
54
|
+
"@releasekit/version": "0.6.1",
|
|
55
|
+
"@releasekit/publish": "0.6.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@biomejs/biome": "^2.4.6",
|