@releasekit/release 0.9.0 → 0.10.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.
- package/dist/cli.js +5 -5
- package/dist/dispatcher.js +5 -5
- package/dist/index.js +5 -5
- package/docs/ci-setup.md +3 -3
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -14508,7 +14508,7 @@ var init_baseError_DQHIJACF = __esm({
|
|
|
14508
14508
|
}
|
|
14509
14509
|
});
|
|
14510
14510
|
|
|
14511
|
-
// ../version/dist/chunk-
|
|
14511
|
+
// ../version/dist/chunk-5UIOLBFW.js
|
|
14512
14512
|
import * as fs9 from "fs";
|
|
14513
14513
|
import * as path12 from "path";
|
|
14514
14514
|
import * as TOML2 from "smol-toml";
|
|
@@ -16115,7 +16115,7 @@ function createAsyncStrategy(config) {
|
|
|
16115
16115
|
let packagesToProcess = packages.packages;
|
|
16116
16116
|
if (targets.length > 0) {
|
|
16117
16117
|
const beforeCount = packagesToProcess.length;
|
|
16118
|
-
packagesToProcess = packagesToProcess.filter((pkg) =>
|
|
16118
|
+
packagesToProcess = packagesToProcess.filter((pkg) => shouldMatchPackageTargets(pkg.packageJson.name, targets));
|
|
16119
16119
|
log4(
|
|
16120
16120
|
`Runtime targets filter: ${beforeCount} \u2192 ${packagesToProcess.length} packages (${targets.join(", ")})`,
|
|
16121
16121
|
"info"
|
|
@@ -16301,8 +16301,8 @@ function createVersionCommand() {
|
|
|
16301
16301
|
});
|
|
16302
16302
|
}
|
|
16303
16303
|
var import_semver3, import_semver4, import_semver5, ConfigError2, MAX_JSONC_LENGTH2, GitConfigSchema2, MonorepoConfigSchema2, BranchPatternSchema2, VersionCargoConfigSchema2, VersionConfigSchema2, NpmConfigSchema2, CargoPublishConfigSchema2, PublishGitConfigSchema2, GitHubReleaseConfigSchema2, VerifyRegistryConfigSchema2, VerifyConfigSchema2, PublishConfigSchema2, TemplateConfigSchema2, LocationModeSchema2, ChangelogConfigSchema2, LLMOptionsSchema2, LLMRetryConfigSchema2, LLMTasksConfigSchema2, LLMCategorySchema2, ScopeRulesSchema2, ScopeConfigSchema2, LLMPromptOverridesSchema2, LLMPromptsConfigSchema2, LLMConfigSchema2, ReleaseNotesConfigSchema2, NotesInputConfigSchema2, NotesConfigSchema2, CILabelsConfigSchema2, CIConfigSchema2, ReleaseCIConfigSchema2, ReleaseConfigSchema2, ReleaseKitConfigSchema2, MAX_INPUT_LENGTH2, SOLE_REFERENCE_PATTERN2, AUTH_DIR2, AUTH_FILE2, CONFIG_FILE2, VersionError, VersionErrorCode, _jsonOutputMode, _pendingWrites, _jsonData, STANDARD_BUMP_TYPES, VersionMismatchError, CONVENTIONAL_COMMIT_REGEX, BREAKING_CHANGE_REGEX, PackageProcessor, GitError, VersionEngine;
|
|
16304
|
-
var
|
|
16305
|
-
"../version/dist/chunk-
|
|
16304
|
+
var init_chunk_5UIOLBFW = __esm({
|
|
16305
|
+
"../version/dist/chunk-5UIOLBFW.js"() {
|
|
16306
16306
|
"use strict";
|
|
16307
16307
|
init_chunk_Q3FHZORY();
|
|
16308
16308
|
init_chunk_LMPZV35Z();
|
|
@@ -17054,7 +17054,7 @@ __export(dist_exports3, {
|
|
|
17054
17054
|
var init_dist13 = __esm({
|
|
17055
17055
|
"../version/dist/index.js"() {
|
|
17056
17056
|
"use strict";
|
|
17057
|
-
|
|
17057
|
+
init_chunk_5UIOLBFW();
|
|
17058
17058
|
init_chunk_Q3FHZORY();
|
|
17059
17059
|
init_chunk_LMPZV35Z();
|
|
17060
17060
|
}
|
package/dist/dispatcher.js
CHANGED
|
@@ -43410,7 +43410,7 @@ var init_baseError_DQHIJACF = __esm({
|
|
|
43410
43410
|
}
|
|
43411
43411
|
});
|
|
43412
43412
|
|
|
43413
|
-
// ../version/dist/chunk-
|
|
43413
|
+
// ../version/dist/chunk-5UIOLBFW.js
|
|
43414
43414
|
import * as fs15 from "fs";
|
|
43415
43415
|
import * as path17 from "path";
|
|
43416
43416
|
import * as TOML3 from "smol-toml";
|
|
@@ -45017,7 +45017,7 @@ function createAsyncStrategy(config) {
|
|
|
45017
45017
|
let packagesToProcess = packages.packages;
|
|
45018
45018
|
if (targets.length > 0) {
|
|
45019
45019
|
const beforeCount = packagesToProcess.length;
|
|
45020
|
-
packagesToProcess = packagesToProcess.filter((pkg) =>
|
|
45020
|
+
packagesToProcess = packagesToProcess.filter((pkg) => shouldMatchPackageTargets(pkg.packageJson.name, targets));
|
|
45021
45021
|
log6(
|
|
45022
45022
|
`Runtime targets filter: ${beforeCount} \u2192 ${packagesToProcess.length} packages (${targets.join(", ")})`,
|
|
45023
45023
|
"info"
|
|
@@ -45203,8 +45203,8 @@ function createVersionCommand() {
|
|
|
45203
45203
|
});
|
|
45204
45204
|
}
|
|
45205
45205
|
var import_semver4, import_semver5, import_semver6, ConfigError4, MAX_JSONC_LENGTH3, GitConfigSchema3, MonorepoConfigSchema3, BranchPatternSchema3, VersionCargoConfigSchema3, VersionConfigSchema3, NpmConfigSchema3, CargoPublishConfigSchema3, PublishGitConfigSchema3, GitHubReleaseConfigSchema3, VerifyRegistryConfigSchema3, VerifyConfigSchema3, PublishConfigSchema3, TemplateConfigSchema3, LocationModeSchema3, ChangelogConfigSchema3, LLMOptionsSchema3, LLMRetryConfigSchema3, LLMTasksConfigSchema3, LLMCategorySchema3, ScopeRulesSchema3, ScopeConfigSchema3, LLMPromptOverridesSchema3, LLMPromptsConfigSchema3, LLMConfigSchema3, ReleaseNotesConfigSchema3, NotesInputConfigSchema3, NotesConfigSchema3, CILabelsConfigSchema3, CIConfigSchema3, ReleaseCIConfigSchema3, ReleaseConfigSchema3, ReleaseKitConfigSchema3, MAX_INPUT_LENGTH3, SOLE_REFERENCE_PATTERN3, AUTH_DIR3, AUTH_FILE3, CONFIG_FILE3, VersionError, VersionErrorCode, _jsonOutputMode, _pendingWrites, _jsonData, STANDARD_BUMP_TYPES, VersionMismatchError, CONVENTIONAL_COMMIT_REGEX, BREAKING_CHANGE_REGEX, PackageProcessor, GitError, VersionEngine;
|
|
45206
|
-
var
|
|
45207
|
-
"../version/dist/chunk-
|
|
45206
|
+
var init_chunk_5UIOLBFW = __esm({
|
|
45207
|
+
"../version/dist/chunk-5UIOLBFW.js"() {
|
|
45208
45208
|
"use strict";
|
|
45209
45209
|
init_chunk_Q3FHZORY();
|
|
45210
45210
|
init_chunk_LMPZV35Z();
|
|
@@ -45956,7 +45956,7 @@ __export(dist_exports5, {
|
|
|
45956
45956
|
var init_dist15 = __esm({
|
|
45957
45957
|
"../version/dist/index.js"() {
|
|
45958
45958
|
"use strict";
|
|
45959
|
-
|
|
45959
|
+
init_chunk_5UIOLBFW();
|
|
45960
45960
|
init_chunk_Q3FHZORY();
|
|
45961
45961
|
init_chunk_LMPZV35Z();
|
|
45962
45962
|
}
|
package/dist/index.js
CHANGED
|
@@ -14507,7 +14507,7 @@ var init_baseError_DQHIJACF = __esm({
|
|
|
14507
14507
|
}
|
|
14508
14508
|
});
|
|
14509
14509
|
|
|
14510
|
-
// ../version/dist/chunk-
|
|
14510
|
+
// ../version/dist/chunk-5UIOLBFW.js
|
|
14511
14511
|
import * as fs8 from "fs";
|
|
14512
14512
|
import * as path11 from "path";
|
|
14513
14513
|
import * as TOML2 from "smol-toml";
|
|
@@ -16114,7 +16114,7 @@ function createAsyncStrategy(config) {
|
|
|
16114
16114
|
let packagesToProcess = packages.packages;
|
|
16115
16115
|
if (targets.length > 0) {
|
|
16116
16116
|
const beforeCount = packagesToProcess.length;
|
|
16117
|
-
packagesToProcess = packagesToProcess.filter((pkg) =>
|
|
16117
|
+
packagesToProcess = packagesToProcess.filter((pkg) => shouldMatchPackageTargets(pkg.packageJson.name, targets));
|
|
16118
16118
|
log4(
|
|
16119
16119
|
`Runtime targets filter: ${beforeCount} \u2192 ${packagesToProcess.length} packages (${targets.join(", ")})`,
|
|
16120
16120
|
"info"
|
|
@@ -16300,8 +16300,8 @@ function createVersionCommand() {
|
|
|
16300
16300
|
});
|
|
16301
16301
|
}
|
|
16302
16302
|
var import_semver3, import_semver4, import_semver5, ConfigError2, MAX_JSONC_LENGTH2, GitConfigSchema2, MonorepoConfigSchema2, BranchPatternSchema2, VersionCargoConfigSchema2, VersionConfigSchema2, NpmConfigSchema2, CargoPublishConfigSchema2, PublishGitConfigSchema2, GitHubReleaseConfigSchema2, VerifyRegistryConfigSchema2, VerifyConfigSchema2, PublishConfigSchema2, TemplateConfigSchema2, LocationModeSchema2, ChangelogConfigSchema2, LLMOptionsSchema2, LLMRetryConfigSchema2, LLMTasksConfigSchema2, LLMCategorySchema2, ScopeRulesSchema2, ScopeConfigSchema2, LLMPromptOverridesSchema2, LLMPromptsConfigSchema2, LLMConfigSchema2, ReleaseNotesConfigSchema2, NotesInputConfigSchema2, NotesConfigSchema2, CILabelsConfigSchema2, CIConfigSchema2, ReleaseCIConfigSchema2, ReleaseConfigSchema2, ReleaseKitConfigSchema2, MAX_INPUT_LENGTH2, SOLE_REFERENCE_PATTERN2, AUTH_DIR2, AUTH_FILE2, CONFIG_FILE2, VersionError, VersionErrorCode, _jsonOutputMode, _pendingWrites, _jsonData, STANDARD_BUMP_TYPES, VersionMismatchError, CONVENTIONAL_COMMIT_REGEX, BREAKING_CHANGE_REGEX, PackageProcessor, GitError, VersionEngine;
|
|
16303
|
-
var
|
|
16304
|
-
"../version/dist/chunk-
|
|
16303
|
+
var init_chunk_5UIOLBFW = __esm({
|
|
16304
|
+
"../version/dist/chunk-5UIOLBFW.js"() {
|
|
16305
16305
|
"use strict";
|
|
16306
16306
|
init_chunk_Q3FHZORY();
|
|
16307
16307
|
init_chunk_LMPZV35Z();
|
|
@@ -17053,7 +17053,7 @@ __export(dist_exports3, {
|
|
|
17053
17053
|
var init_dist13 = __esm({
|
|
17054
17054
|
"../version/dist/index.js"() {
|
|
17055
17055
|
"use strict";
|
|
17056
|
-
|
|
17056
|
+
init_chunk_5UIOLBFW();
|
|
17057
17057
|
init_chunk_Q3FHZORY();
|
|
17058
17058
|
init_chunk_LMPZV35Z();
|
|
17059
17059
|
}
|
package/docs/ci-setup.md
CHANGED
|
@@ -63,9 +63,9 @@ Only release when a PR is merged with a release label. Conventional commits dete
|
|
|
63
63
|
| `bump:patch` | Bump patch version |
|
|
64
64
|
| `bump:minor` | Bump minor version |
|
|
65
65
|
| `bump:major` | Bump major version |
|
|
66
|
-
| `release:stable` |
|
|
67
|
-
| `release:prerelease` |
|
|
68
|
-
| `release:skip` | Suppress release on this PR
|
|
66
|
+
| `release:stable` | Graduate a prerelease to stable |
|
|
67
|
+
| `release:prerelease` | Create a prerelease (requires bump:* label) |
|
|
68
|
+
| `release:skip` | Suppress release on this PR |
|
|
69
69
|
|
|
70
70
|
#### Label combinations
|
|
71
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@releasekit/release",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.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
|
"conventional-changelog-conventionalcommits": "^9.3.0",
|
|
51
51
|
"smol-toml": "^1.6.1",
|
|
52
52
|
"zod": "^4.3.6",
|
|
53
|
-
"@releasekit/
|
|
54
|
-
"@releasekit/version": "0.
|
|
55
|
-
"@releasekit/
|
|
53
|
+
"@releasekit/publish": "0.10.1",
|
|
54
|
+
"@releasekit/version": "0.10.1",
|
|
55
|
+
"@releasekit/notes": "0.10.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@biomejs/biome": "^2.4.10",
|