@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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  EXIT_CODES,
3
3
  runRelease
4
- } from "./chunk-KURZ52C6.js";
4
+ } from "./chunk-VAYTUKM7.js";
5
5
 
6
6
  // src/release-command.ts
7
7
  import { Command, Option } from "commander";
@@ -5,7 +5,7 @@ import {
5
5
  runRelease,
6
6
  success,
7
7
  warn
8
- } from "./chunk-KURZ52C6.js";
8
+ } from "./chunk-VAYTUKM7.js";
9
9
 
10
10
  // src/preview-context.ts
11
11
  import * as fs from "fs";
@@ -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 ?? packageNotes, notesFiles);
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-G44TLD4A.js";
4
+ } from "./chunk-4SIZK7PB.js";
5
5
  import {
6
6
  runPreview
7
- } from "./chunk-ABFX2PAH.js";
7
+ } from "./chunk-H4NI763A.js";
8
8
  import {
9
9
  EXIT_CODES,
10
10
  readPackageVersion
11
- } from "./chunk-KURZ52C6.js";
11
+ } from "./chunk-VAYTUKM7.js";
12
12
 
13
13
  // src/cli.ts
14
14
  import { realpathSync } from "fs";
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  createReleaseCommand
4
- } from "./chunk-G44TLD4A.js";
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-KURZ52C6.js";
11
+ } from "./chunk-VAYTUKM7.js";
12
12
 
13
13
  // src/dispatcher.ts
14
14
  import { realpathSync } from "fs";
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  runPreview
3
- } from "./chunk-ABFX2PAH.js";
3
+ } from "./chunk-H4NI763A.js";
4
4
  import {
5
5
  runRelease
6
- } from "./chunk-KURZ52C6.js";
6
+ } from "./chunk-VAYTUKM7.js";
7
7
  export {
8
8
  runPreview,
9
9
  runRelease
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@releasekit/release",
3
- "version": "0.5.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.5.0",
54
- "@releasekit/version": "0.5.0",
55
- "@releasekit/publish": "0.5.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",