projen 0.95.0 → 0.95.2
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/.jsii +225 -131
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.d.ts +7 -1
- package/lib/github/task-workflow-job.js +3 -2
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.d.ts +9 -0
- package/lib/javascript/biome/biome.js +18 -3
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.d.ts +11 -0
- package/lib/release/publisher.js +14 -7
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +24 -0
- package/lib/release/release.js +7 -3
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/yaml/README.md +2 -20
- package/node_modules/yaml/browser/dist/stringify/stringifyString.js +1 -1
- package/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
- package/node_modules/yaml/package.json +2 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"stability": "experimental"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/projen/projen.git",
|
|
64
|
-
"jsiiVersion": "5.8.
|
|
64
|
+
"jsiiVersion": "5.8.17 (build 7212fc3)",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"cdk",
|
|
67
67
|
"cicd",
|
|
@@ -27214,7 +27214,7 @@
|
|
|
27214
27214
|
},
|
|
27215
27215
|
"locationInModule": {
|
|
27216
27216
|
"filename": "src/github/task-workflow-job.ts",
|
|
27217
|
-
"line":
|
|
27217
|
+
"line": 159
|
|
27218
27218
|
},
|
|
27219
27219
|
"parameters": [
|
|
27220
27220
|
{
|
|
@@ -27249,7 +27249,7 @@
|
|
|
27249
27249
|
"kind": "class",
|
|
27250
27250
|
"locationInModule": {
|
|
27251
27251
|
"filename": "src/github/task-workflow-job.ts",
|
|
27252
|
-
"line":
|
|
27252
|
+
"line": 134
|
|
27253
27253
|
},
|
|
27254
27254
|
"name": "TaskWorkflowJob",
|
|
27255
27255
|
"namespace": "github",
|
|
@@ -27261,7 +27261,7 @@
|
|
|
27261
27261
|
"immutable": true,
|
|
27262
27262
|
"locationInModule": {
|
|
27263
27263
|
"filename": "src/github/task-workflow-job.ts",
|
|
27264
|
-
"line":
|
|
27264
|
+
"line": 149
|
|
27265
27265
|
},
|
|
27266
27266
|
"name": "permissions",
|
|
27267
27267
|
"type": {
|
|
@@ -27275,7 +27275,7 @@
|
|
|
27275
27275
|
"immutable": true,
|
|
27276
27276
|
"locationInModule": {
|
|
27277
27277
|
"filename": "src/github/task-workflow-job.ts",
|
|
27278
|
-
"line":
|
|
27278
|
+
"line": 137
|
|
27279
27279
|
},
|
|
27280
27280
|
"name": "steps",
|
|
27281
27281
|
"type": {
|
|
@@ -27294,7 +27294,7 @@
|
|
|
27294
27294
|
"immutable": true,
|
|
27295
27295
|
"locationInModule": {
|
|
27296
27296
|
"filename": "src/github/task-workflow-job.ts",
|
|
27297
|
-
"line":
|
|
27297
|
+
"line": 150
|
|
27298
27298
|
},
|
|
27299
27299
|
"name": "concurrency",
|
|
27300
27300
|
"optional": true,
|
|
@@ -27309,7 +27309,7 @@
|
|
|
27309
27309
|
"immutable": true,
|
|
27310
27310
|
"locationInModule": {
|
|
27311
27311
|
"filename": "src/github/task-workflow-job.ts",
|
|
27312
|
-
"line":
|
|
27312
|
+
"line": 144
|
|
27313
27313
|
},
|
|
27314
27314
|
"name": "container",
|
|
27315
27315
|
"optional": true,
|
|
@@ -27324,7 +27324,7 @@
|
|
|
27324
27324
|
"immutable": true,
|
|
27325
27325
|
"locationInModule": {
|
|
27326
27326
|
"filename": "src/github/task-workflow-job.ts",
|
|
27327
|
-
"line":
|
|
27327
|
+
"line": 143
|
|
27328
27328
|
},
|
|
27329
27329
|
"name": "continueOnError",
|
|
27330
27330
|
"optional": true,
|
|
@@ -27339,7 +27339,7 @@
|
|
|
27339
27339
|
"immutable": true,
|
|
27340
27340
|
"locationInModule": {
|
|
27341
27341
|
"filename": "src/github/task-workflow-job.ts",
|
|
27342
|
-
"line":
|
|
27342
|
+
"line": 141
|
|
27343
27343
|
},
|
|
27344
27344
|
"name": "defaults",
|
|
27345
27345
|
"optional": true,
|
|
@@ -27354,7 +27354,7 @@
|
|
|
27354
27354
|
"immutable": true,
|
|
27355
27355
|
"locationInModule": {
|
|
27356
27356
|
"filename": "src/github/task-workflow-job.ts",
|
|
27357
|
-
"line":
|
|
27357
|
+
"line": 140
|
|
27358
27358
|
},
|
|
27359
27359
|
"name": "env",
|
|
27360
27360
|
"optional": true,
|
|
@@ -27374,12 +27374,12 @@
|
|
|
27374
27374
|
"immutable": true,
|
|
27375
27375
|
"locationInModule": {
|
|
27376
27376
|
"filename": "src/github/task-workflow-job.ts",
|
|
27377
|
-
"line":
|
|
27377
|
+
"line": 138
|
|
27378
27378
|
},
|
|
27379
27379
|
"name": "environment",
|
|
27380
27380
|
"optional": true,
|
|
27381
27381
|
"type": {
|
|
27382
|
-
"primitive": "
|
|
27382
|
+
"primitive": "string"
|
|
27383
27383
|
}
|
|
27384
27384
|
},
|
|
27385
27385
|
{
|
|
@@ -27389,7 +27389,7 @@
|
|
|
27389
27389
|
"immutable": true,
|
|
27390
27390
|
"locationInModule": {
|
|
27391
27391
|
"filename": "src/github/task-workflow-job.ts",
|
|
27392
|
-
"line":
|
|
27392
|
+
"line": 151
|
|
27393
27393
|
},
|
|
27394
27394
|
"name": "if",
|
|
27395
27395
|
"optional": true,
|
|
@@ -27404,7 +27404,7 @@
|
|
|
27404
27404
|
"immutable": true,
|
|
27405
27405
|
"locationInModule": {
|
|
27406
27406
|
"filename": "src/github/task-workflow-job.ts",
|
|
27407
|
-
"line":
|
|
27407
|
+
"line": 147
|
|
27408
27408
|
},
|
|
27409
27409
|
"name": "name",
|
|
27410
27410
|
"optional": true,
|
|
@@ -27419,7 +27419,7 @@
|
|
|
27419
27419
|
"immutable": true,
|
|
27420
27420
|
"locationInModule": {
|
|
27421
27421
|
"filename": "src/github/task-workflow-job.ts",
|
|
27422
|
-
"line":
|
|
27422
|
+
"line": 148
|
|
27423
27423
|
},
|
|
27424
27424
|
"name": "needs",
|
|
27425
27425
|
"optional": true,
|
|
@@ -27439,7 +27439,7 @@
|
|
|
27439
27439
|
"immutable": true,
|
|
27440
27440
|
"locationInModule": {
|
|
27441
27441
|
"filename": "src/github/task-workflow-job.ts",
|
|
27442
|
-
"line":
|
|
27442
|
+
"line": 139
|
|
27443
27443
|
},
|
|
27444
27444
|
"name": "outputs",
|
|
27445
27445
|
"optional": true,
|
|
@@ -27459,7 +27459,7 @@
|
|
|
27459
27459
|
"immutable": true,
|
|
27460
27460
|
"locationInModule": {
|
|
27461
27461
|
"filename": "src/github/task-workflow-job.ts",
|
|
27462
|
-
"line":
|
|
27462
|
+
"line": 135
|
|
27463
27463
|
},
|
|
27464
27464
|
"name": "runsOn",
|
|
27465
27465
|
"optional": true,
|
|
@@ -27479,7 +27479,7 @@
|
|
|
27479
27479
|
"immutable": true,
|
|
27480
27480
|
"locationInModule": {
|
|
27481
27481
|
"filename": "src/github/task-workflow-job.ts",
|
|
27482
|
-
"line":
|
|
27482
|
+
"line": 136
|
|
27483
27483
|
},
|
|
27484
27484
|
"name": "runsOnGroup",
|
|
27485
27485
|
"optional": true,
|
|
@@ -27494,7 +27494,7 @@
|
|
|
27494
27494
|
"immutable": true,
|
|
27495
27495
|
"locationInModule": {
|
|
27496
27496
|
"filename": "src/github/task-workflow-job.ts",
|
|
27497
|
-
"line":
|
|
27497
|
+
"line": 145
|
|
27498
27498
|
},
|
|
27499
27499
|
"name": "services",
|
|
27500
27500
|
"optional": true,
|
|
@@ -27514,7 +27514,7 @@
|
|
|
27514
27514
|
"immutable": true,
|
|
27515
27515
|
"locationInModule": {
|
|
27516
27516
|
"filename": "src/github/task-workflow-job.ts",
|
|
27517
|
-
"line":
|
|
27517
|
+
"line": 152
|
|
27518
27518
|
},
|
|
27519
27519
|
"name": "strategy",
|
|
27520
27520
|
"optional": true,
|
|
@@ -27529,7 +27529,7 @@
|
|
|
27529
27529
|
"immutable": true,
|
|
27530
27530
|
"locationInModule": {
|
|
27531
27531
|
"filename": "src/github/task-workflow-job.ts",
|
|
27532
|
-
"line":
|
|
27532
|
+
"line": 142
|
|
27533
27533
|
},
|
|
27534
27534
|
"name": "timeoutMinutes",
|
|
27535
27535
|
"optional": true,
|
|
@@ -27544,7 +27544,7 @@
|
|
|
27544
27544
|
"immutable": true,
|
|
27545
27545
|
"locationInModule": {
|
|
27546
27546
|
"filename": "src/github/task-workflow-job.ts",
|
|
27547
|
-
"line":
|
|
27547
|
+
"line": 146
|
|
27548
27548
|
},
|
|
27549
27549
|
"name": "tools",
|
|
27550
27550
|
"optional": true,
|
|
@@ -27698,6 +27698,24 @@
|
|
|
27698
27698
|
}
|
|
27699
27699
|
}
|
|
27700
27700
|
},
|
|
27701
|
+
{
|
|
27702
|
+
"abstract": true,
|
|
27703
|
+
"docs": {
|
|
27704
|
+
"default": "- no environment used",
|
|
27705
|
+
"stability": "experimental",
|
|
27706
|
+
"summary": "The GitHub Actions environment used for the job."
|
|
27707
|
+
},
|
|
27708
|
+
"immutable": true,
|
|
27709
|
+
"locationInModule": {
|
|
27710
|
+
"filename": "src/github/task-workflow-job.ts",
|
|
27711
|
+
"line": 126
|
|
27712
|
+
},
|
|
27713
|
+
"name": "environment",
|
|
27714
|
+
"optional": true,
|
|
27715
|
+
"type": {
|
|
27716
|
+
"primitive": "string"
|
|
27717
|
+
}
|
|
27718
|
+
},
|
|
27701
27719
|
{
|
|
27702
27720
|
"abstract": true,
|
|
27703
27721
|
"docs": {
|
|
@@ -41159,7 +41177,7 @@
|
|
|
41159
41177
|
},
|
|
41160
41178
|
"locationInModule": {
|
|
41161
41179
|
"filename": "src/javascript/biome/biome.ts",
|
|
41162
|
-
"line":
|
|
41180
|
+
"line": 150
|
|
41163
41181
|
},
|
|
41164
41182
|
"parameters": [
|
|
41165
41183
|
{
|
|
@@ -41180,7 +41198,7 @@
|
|
|
41180
41198
|
"kind": "class",
|
|
41181
41199
|
"locationInModule": {
|
|
41182
41200
|
"filename": "src/javascript/biome/biome.ts",
|
|
41183
|
-
"line":
|
|
41201
|
+
"line": 130
|
|
41184
41202
|
},
|
|
41185
41203
|
"methods": [
|
|
41186
41204
|
{
|
|
@@ -41189,7 +41207,7 @@
|
|
|
41189
41207
|
},
|
|
41190
41208
|
"locationInModule": {
|
|
41191
41209
|
"filename": "src/javascript/biome/biome.ts",
|
|
41192
|
-
"line":
|
|
41210
|
+
"line": 131
|
|
41193
41211
|
},
|
|
41194
41212
|
"name": "of",
|
|
41195
41213
|
"parameters": [
|
|
@@ -41214,7 +41232,7 @@
|
|
|
41214
41232
|
},
|
|
41215
41233
|
"locationInModule": {
|
|
41216
41234
|
"filename": "src/javascript/biome/biome.ts",
|
|
41217
|
-
"line":
|
|
41235
|
+
"line": 234
|
|
41218
41236
|
},
|
|
41219
41237
|
"name": "addFilePattern",
|
|
41220
41238
|
"parameters": [
|
|
@@ -41238,7 +41256,7 @@
|
|
|
41238
41256
|
"immutable": true,
|
|
41239
41257
|
"locationInModule": {
|
|
41240
41258
|
"filename": "src/javascript/biome/biome.ts",
|
|
41241
|
-
"line":
|
|
41259
|
+
"line": 148
|
|
41242
41260
|
},
|
|
41243
41261
|
"name": "file",
|
|
41244
41262
|
"type": {
|
|
@@ -41253,7 +41271,7 @@
|
|
|
41253
41271
|
"immutable": true,
|
|
41254
41272
|
"locationInModule": {
|
|
41255
41273
|
"filename": "src/javascript/biome/biome.ts",
|
|
41256
|
-
"line":
|
|
41274
|
+
"line": 144
|
|
41257
41275
|
},
|
|
41258
41276
|
"name": "task",
|
|
41259
41277
|
"type": {
|
|
@@ -41306,7 +41324,7 @@
|
|
|
41306
41324
|
"immutable": true,
|
|
41307
41325
|
"locationInModule": {
|
|
41308
41326
|
"filename": "src/javascript/biome/biome.ts",
|
|
41309
|
-
"line":
|
|
41327
|
+
"line": 124
|
|
41310
41328
|
},
|
|
41311
41329
|
"name": "biomeConfig",
|
|
41312
41330
|
"optional": true,
|
|
@@ -41332,6 +41350,25 @@
|
|
|
41332
41350
|
"primitive": "boolean"
|
|
41333
41351
|
}
|
|
41334
41352
|
},
|
|
41353
|
+
{
|
|
41354
|
+
"abstract": true,
|
|
41355
|
+
"docs": {
|
|
41356
|
+
"default": "true",
|
|
41357
|
+
"remarks": "This prevents Biome from trying to format or lint files that are marked as generated,\nwhich would fail since generated files are typically read-only.",
|
|
41358
|
+
"stability": "experimental",
|
|
41359
|
+
"summary": "Automatically ignore all generated files."
|
|
41360
|
+
},
|
|
41361
|
+
"immutable": true,
|
|
41362
|
+
"locationInModule": {
|
|
41363
|
+
"filename": "src/javascript/biome/biome.ts",
|
|
41364
|
+
"line": 117
|
|
41365
|
+
},
|
|
41366
|
+
"name": "ignoreGeneratedFiles",
|
|
41367
|
+
"optional": true,
|
|
41368
|
+
"type": {
|
|
41369
|
+
"primitive": "boolean"
|
|
41370
|
+
}
|
|
41371
|
+
},
|
|
41335
41372
|
{
|
|
41336
41373
|
"abstract": true,
|
|
41337
41374
|
"docs": {
|
|
@@ -64239,7 +64276,7 @@
|
|
|
64239
64276
|
"kind": "interface",
|
|
64240
64277
|
"locationInModule": {
|
|
64241
64278
|
"filename": "src/release/release.ts",
|
|
64242
|
-
"line":
|
|
64279
|
+
"line": 813
|
|
64243
64280
|
},
|
|
64244
64281
|
"name": "BranchOptions",
|
|
64245
64282
|
"namespace": "release",
|
|
@@ -64253,13 +64290,32 @@
|
|
|
64253
64290
|
"immutable": true,
|
|
64254
64291
|
"locationInModule": {
|
|
64255
64292
|
"filename": "src/release/release.ts",
|
|
64256
|
-
"line":
|
|
64293
|
+
"line": 836
|
|
64257
64294
|
},
|
|
64258
64295
|
"name": "majorVersion",
|
|
64259
64296
|
"type": {
|
|
64260
64297
|
"primitive": "number"
|
|
64261
64298
|
}
|
|
64262
64299
|
},
|
|
64300
|
+
{
|
|
64301
|
+
"abstract": true,
|
|
64302
|
+
"docs": {
|
|
64303
|
+
"default": "- no environment used, unless set at the artifact level",
|
|
64304
|
+
"remarks": "This can be used to add an explicit approval step to the release\nor limit who can initiate a release through environment protection rules.\n\nWhen multiple artifacts are released, the environment can be overwritten\non a per artifact basis.",
|
|
64305
|
+
"stability": "experimental",
|
|
64306
|
+
"summary": "The GitHub Actions environment used for the release."
|
|
64307
|
+
},
|
|
64308
|
+
"immutable": true,
|
|
64309
|
+
"locationInModule": {
|
|
64310
|
+
"filename": "src/release/release.ts",
|
|
64311
|
+
"line": 831
|
|
64312
|
+
},
|
|
64313
|
+
"name": "environment",
|
|
64314
|
+
"optional": true,
|
|
64315
|
+
"type": {
|
|
64316
|
+
"primitive": "string"
|
|
64317
|
+
}
|
|
64318
|
+
},
|
|
64263
64319
|
{
|
|
64264
64320
|
"abstract": true,
|
|
64265
64321
|
"docs": {
|
|
@@ -64269,7 +64325,7 @@
|
|
|
64269
64325
|
"immutable": true,
|
|
64270
64326
|
"locationInModule": {
|
|
64271
64327
|
"filename": "src/release/release.ts",
|
|
64272
|
-
"line":
|
|
64328
|
+
"line": 841
|
|
64273
64329
|
},
|
|
64274
64330
|
"name": "minMajorVersion",
|
|
64275
64331
|
"optional": true,
|
|
@@ -64286,7 +64342,7 @@
|
|
|
64286
64342
|
"immutable": true,
|
|
64287
64343
|
"locationInModule": {
|
|
64288
64344
|
"filename": "src/release/release.ts",
|
|
64289
|
-
"line":
|
|
64345
|
+
"line": 846
|
|
64290
64346
|
},
|
|
64291
64347
|
"name": "minorVersion",
|
|
64292
64348
|
"optional": true,
|
|
@@ -64304,7 +64360,7 @@
|
|
|
64304
64360
|
"immutable": true,
|
|
64305
64361
|
"locationInModule": {
|
|
64306
64362
|
"filename": "src/release/release.ts",
|
|
64307
|
-
"line":
|
|
64363
|
+
"line": 874
|
|
64308
64364
|
},
|
|
64309
64365
|
"name": "npmDistTag",
|
|
64310
64366
|
"optional": true,
|
|
@@ -64322,7 +64378,7 @@
|
|
|
64322
64378
|
"immutable": true,
|
|
64323
64379
|
"locationInModule": {
|
|
64324
64380
|
"filename": "src/release/release.ts",
|
|
64325
|
-
"line":
|
|
64381
|
+
"line": 853
|
|
64326
64382
|
},
|
|
64327
64383
|
"name": "prerelease",
|
|
64328
64384
|
"optional": true,
|
|
@@ -64341,7 +64397,7 @@
|
|
|
64341
64397
|
"immutable": true,
|
|
64342
64398
|
"locationInModule": {
|
|
64343
64399
|
"filename": "src/release/release.ts",
|
|
64344
|
-
"line":
|
|
64400
|
+
"line": 867
|
|
64345
64401
|
},
|
|
64346
64402
|
"name": "tagPrefix",
|
|
64347
64403
|
"optional": true,
|
|
@@ -64359,7 +64415,7 @@
|
|
|
64359
64415
|
"immutable": true,
|
|
64360
64416
|
"locationInModule": {
|
|
64361
64417
|
"filename": "src/release/release.ts",
|
|
64362
|
-
"line":
|
|
64418
|
+
"line": 818
|
|
64363
64419
|
},
|
|
64364
64420
|
"name": "workflowName",
|
|
64365
64421
|
"optional": true,
|
|
@@ -64380,7 +64436,7 @@
|
|
|
64380
64436
|
"kind": "enum",
|
|
64381
64437
|
"locationInModule": {
|
|
64382
64438
|
"filename": "src/release/publisher.ts",
|
|
64383
|
-
"line":
|
|
64439
|
+
"line": 989
|
|
64384
64440
|
},
|
|
64385
64441
|
"members": [
|
|
64386
64442
|
{
|
|
@@ -64414,7 +64470,7 @@
|
|
|
64414
64470
|
"kind": "interface",
|
|
64415
64471
|
"locationInModule": {
|
|
64416
64472
|
"filename": "src/release/publisher.ts",
|
|
64417
|
-
"line":
|
|
64473
|
+
"line": 1007
|
|
64418
64474
|
},
|
|
64419
64475
|
"name": "CodeArtifactOptions",
|
|
64420
64476
|
"namespace": "release",
|
|
@@ -64430,7 +64486,7 @@
|
|
|
64430
64486
|
"immutable": true,
|
|
64431
64487
|
"locationInModule": {
|
|
64432
64488
|
"filename": "src/release/publisher.ts",
|
|
64433
|
-
"line":
|
|
64489
|
+
"line": 1023
|
|
64434
64490
|
},
|
|
64435
64491
|
"name": "accessKeyIdSecret",
|
|
64436
64492
|
"optional": true,
|
|
@@ -64448,7 +64504,7 @@
|
|
|
64448
64504
|
"immutable": true,
|
|
64449
64505
|
"locationInModule": {
|
|
64450
64506
|
"filename": "src/release/publisher.ts",
|
|
64451
|
-
"line":
|
|
64507
|
+
"line": 1013
|
|
64452
64508
|
},
|
|
64453
64509
|
"name": "authProvider",
|
|
64454
64510
|
"optional": true,
|
|
@@ -64467,7 +64523,7 @@
|
|
|
64467
64523
|
"immutable": true,
|
|
64468
64524
|
"locationInModule": {
|
|
64469
64525
|
"filename": "src/release/publisher.ts",
|
|
64470
|
-
"line":
|
|
64526
|
+
"line": 1043
|
|
64471
64527
|
},
|
|
64472
64528
|
"name": "roleToAssume",
|
|
64473
64529
|
"optional": true,
|
|
@@ -64486,7 +64542,7 @@
|
|
|
64486
64542
|
"immutable": true,
|
|
64487
64543
|
"locationInModule": {
|
|
64488
64544
|
"filename": "src/release/publisher.ts",
|
|
64489
|
-
"line":
|
|
64545
|
+
"line": 1034
|
|
64490
64546
|
},
|
|
64491
64547
|
"name": "secretAccessKeySecret",
|
|
64492
64548
|
"optional": true,
|
|
@@ -64508,11 +64564,30 @@
|
|
|
64508
64564
|
"kind": "interface",
|
|
64509
64565
|
"locationInModule": {
|
|
64510
64566
|
"filename": "src/release/publisher.ts",
|
|
64511
|
-
"line":
|
|
64567
|
+
"line": 879
|
|
64512
64568
|
},
|
|
64513
64569
|
"name": "CommonPublishOptions",
|
|
64514
64570
|
"namespace": "release",
|
|
64515
64571
|
"properties": [
|
|
64572
|
+
{
|
|
64573
|
+
"abstract": true,
|
|
64574
|
+
"docs": {
|
|
64575
|
+
"default": "- no environment used, unless set at the package level",
|
|
64576
|
+
"remarks": "This can be used to add an explicit approval step to the release\nor limit who can initiate a release through environment protection rules.\n\nSet this to overwrite a package level publishing environment just for this artifact.",
|
|
64577
|
+
"stability": "experimental",
|
|
64578
|
+
"summary": "The GitHub Actions environment used for publishing."
|
|
64579
|
+
},
|
|
64580
|
+
"immutable": true,
|
|
64581
|
+
"locationInModule": {
|
|
64582
|
+
"filename": "src/release/publisher.ts",
|
|
64583
|
+
"line": 916
|
|
64584
|
+
},
|
|
64585
|
+
"name": "githubEnvironment",
|
|
64586
|
+
"optional": true,
|
|
64587
|
+
"type": {
|
|
64588
|
+
"primitive": "string"
|
|
64589
|
+
}
|
|
64590
|
+
},
|
|
64516
64591
|
{
|
|
64517
64592
|
"abstract": true,
|
|
64518
64593
|
"docs": {
|
|
@@ -64523,7 +64598,7 @@
|
|
|
64523
64598
|
"immutable": true,
|
|
64524
64599
|
"locationInModule": {
|
|
64525
64600
|
"filename": "src/release/publisher.ts",
|
|
64526
|
-
"line":
|
|
64601
|
+
"line": 898
|
|
64527
64602
|
},
|
|
64528
64603
|
"name": "postPublishSteps",
|
|
64529
64604
|
"optional": true,
|
|
@@ -64546,7 +64621,7 @@
|
|
|
64546
64621
|
"immutable": true,
|
|
64547
64622
|
"locationInModule": {
|
|
64548
64623
|
"filename": "src/release/publisher.ts",
|
|
64549
|
-
"line":
|
|
64624
|
+
"line": 889
|
|
64550
64625
|
},
|
|
64551
64626
|
"name": "prePublishSteps",
|
|
64552
64627
|
"optional": true,
|
|
@@ -64569,7 +64644,7 @@
|
|
|
64569
64644
|
"immutable": true,
|
|
64570
64645
|
"locationInModule": {
|
|
64571
64646
|
"filename": "src/release/publisher.ts",
|
|
64572
|
-
"line":
|
|
64647
|
+
"line": 904
|
|
64573
64648
|
},
|
|
64574
64649
|
"name": "publishTools",
|
|
64575
64650
|
"optional": true,
|
|
@@ -64634,7 +64709,7 @@
|
|
|
64634
64709
|
"kind": "interface",
|
|
64635
64710
|
"locationInModule": {
|
|
64636
64711
|
"filename": "src/release/publisher.ts",
|
|
64637
|
-
"line":
|
|
64712
|
+
"line": 1313
|
|
64638
64713
|
},
|
|
64639
64714
|
"name": "GitHubReleasesPublishOptions",
|
|
64640
64715
|
"namespace": "release",
|
|
@@ -64649,7 +64724,7 @@
|
|
|
64649
64724
|
"immutable": true,
|
|
64650
64725
|
"locationInModule": {
|
|
64651
64726
|
"filename": "src/release/publisher.ts",
|
|
64652
|
-
"line":
|
|
64727
|
+
"line": 1276
|
|
64653
64728
|
},
|
|
64654
64729
|
"name": "changelogFile",
|
|
64655
64730
|
"type": {
|
|
@@ -64666,7 +64741,7 @@
|
|
|
64666
64741
|
"immutable": true,
|
|
64667
64742
|
"locationInModule": {
|
|
64668
64743
|
"filename": "src/release/publisher.ts",
|
|
64669
|
-
"line":
|
|
64744
|
+
"line": 1269
|
|
64670
64745
|
},
|
|
64671
64746
|
"name": "releaseTagFile",
|
|
64672
64747
|
"type": {
|
|
@@ -64683,7 +64758,7 @@
|
|
|
64683
64758
|
"immutable": true,
|
|
64684
64759
|
"locationInModule": {
|
|
64685
64760
|
"filename": "src/release/publisher.ts",
|
|
64686
|
-
"line":
|
|
64761
|
+
"line": 1262
|
|
64687
64762
|
},
|
|
64688
64763
|
"name": "versionFile",
|
|
64689
64764
|
"type": {
|
|
@@ -64704,7 +64779,7 @@
|
|
|
64704
64779
|
"kind": "interface",
|
|
64705
64780
|
"locationInModule": {
|
|
64706
64781
|
"filename": "src/release/publisher.ts",
|
|
64707
|
-
"line":
|
|
64782
|
+
"line": 1320
|
|
64708
64783
|
},
|
|
64709
64784
|
"name": "GitPublishOptions",
|
|
64710
64785
|
"namespace": "release",
|
|
@@ -64719,7 +64794,7 @@
|
|
|
64719
64794
|
"immutable": true,
|
|
64720
64795
|
"locationInModule": {
|
|
64721
64796
|
"filename": "src/release/publisher.ts",
|
|
64722
|
-
"line":
|
|
64797
|
+
"line": 1276
|
|
64723
64798
|
},
|
|
64724
64799
|
"name": "changelogFile",
|
|
64725
64800
|
"type": {
|
|
@@ -64736,7 +64811,7 @@
|
|
|
64736
64811
|
"immutable": true,
|
|
64737
64812
|
"locationInModule": {
|
|
64738
64813
|
"filename": "src/release/publisher.ts",
|
|
64739
|
-
"line":
|
|
64814
|
+
"line": 1269
|
|
64740
64815
|
},
|
|
64741
64816
|
"name": "releaseTagFile",
|
|
64742
64817
|
"type": {
|
|
@@ -64753,7 +64828,7 @@
|
|
|
64753
64828
|
"immutable": true,
|
|
64754
64829
|
"locationInModule": {
|
|
64755
64830
|
"filename": "src/release/publisher.ts",
|
|
64756
|
-
"line":
|
|
64831
|
+
"line": 1262
|
|
64757
64832
|
},
|
|
64758
64833
|
"name": "versionFile",
|
|
64759
64834
|
"type": {
|
|
@@ -64770,7 +64845,7 @@
|
|
|
64770
64845
|
"immutable": true,
|
|
64771
64846
|
"locationInModule": {
|
|
64772
64847
|
"filename": "src/release/publisher.ts",
|
|
64773
|
-
"line":
|
|
64848
|
+
"line": 1331
|
|
64774
64849
|
},
|
|
64775
64850
|
"name": "gitBranch",
|
|
64776
64851
|
"optional": true,
|
|
@@ -64788,7 +64863,7 @@
|
|
|
64788
64863
|
"immutable": true,
|
|
64789
64864
|
"locationInModule": {
|
|
64790
64865
|
"filename": "src/release/publisher.ts",
|
|
64791
|
-
"line":
|
|
64866
|
+
"line": 1338
|
|
64792
64867
|
},
|
|
64793
64868
|
"name": "gitPushCommand",
|
|
64794
64869
|
"optional": true,
|
|
@@ -64805,7 +64880,7 @@
|
|
|
64805
64880
|
"immutable": true,
|
|
64806
64881
|
"locationInModule": {
|
|
64807
64882
|
"filename": "src/release/publisher.ts",
|
|
64808
|
-
"line":
|
|
64883
|
+
"line": 1324
|
|
64809
64884
|
},
|
|
64810
64885
|
"name": "projectChangelogFile",
|
|
64811
64886
|
"optional": true,
|
|
@@ -64830,7 +64905,7 @@
|
|
|
64830
64905
|
"kind": "interface",
|
|
64831
64906
|
"locationInModule": {
|
|
64832
64907
|
"filename": "src/release/publisher.ts",
|
|
64833
|
-
"line":
|
|
64908
|
+
"line": 1201
|
|
64834
64909
|
},
|
|
64835
64910
|
"name": "GoPublishOptions",
|
|
64836
64911
|
"namespace": "release",
|
|
@@ -64845,7 +64920,7 @@
|
|
|
64845
64920
|
"immutable": true,
|
|
64846
64921
|
"locationInModule": {
|
|
64847
64922
|
"filename": "src/release/publisher.ts",
|
|
64848
|
-
"line":
|
|
64923
|
+
"line": 1234
|
|
64849
64924
|
},
|
|
64850
64925
|
"name": "gitBranch",
|
|
64851
64926
|
"optional": true,
|
|
@@ -64863,7 +64938,7 @@
|
|
|
64863
64938
|
"immutable": true,
|
|
64864
64939
|
"locationInModule": {
|
|
64865
64940
|
"filename": "src/release/publisher.ts",
|
|
64866
|
-
"line":
|
|
64941
|
+
"line": 1253
|
|
64867
64942
|
},
|
|
64868
64943
|
"name": "gitCommitMessage",
|
|
64869
64944
|
"optional": true,
|
|
@@ -64882,7 +64957,7 @@
|
|
|
64882
64957
|
"immutable": true,
|
|
64883
64958
|
"locationInModule": {
|
|
64884
64959
|
"filename": "src/release/publisher.ts",
|
|
64885
|
-
"line":
|
|
64960
|
+
"line": 1220
|
|
64886
64961
|
},
|
|
64887
64962
|
"name": "githubDeployKeySecret",
|
|
64888
64963
|
"optional": true,
|
|
@@ -64901,7 +64976,7 @@
|
|
|
64901
64976
|
"immutable": true,
|
|
64902
64977
|
"locationInModule": {
|
|
64903
64978
|
"filename": "src/release/publisher.ts",
|
|
64904
|
-
"line":
|
|
64979
|
+
"line": 1210
|
|
64905
64980
|
},
|
|
64906
64981
|
"name": "githubTokenSecret",
|
|
64907
64982
|
"optional": true,
|
|
@@ -64919,7 +64994,7 @@
|
|
|
64919
64994
|
"immutable": true,
|
|
64920
64995
|
"locationInModule": {
|
|
64921
64996
|
"filename": "src/release/publisher.ts",
|
|
64922
|
-
"line":
|
|
64997
|
+
"line": 1227
|
|
64923
64998
|
},
|
|
64924
64999
|
"name": "githubUseSsh",
|
|
64925
65000
|
"optional": true,
|
|
@@ -64937,7 +65012,7 @@
|
|
|
64937
65012
|
"immutable": true,
|
|
64938
65013
|
"locationInModule": {
|
|
64939
65014
|
"filename": "src/release/publisher.ts",
|
|
64940
|
-
"line":
|
|
65015
|
+
"line": 1246
|
|
64941
65016
|
},
|
|
64942
65017
|
"name": "gitUserEmail",
|
|
64943
65018
|
"optional": true,
|
|
@@ -64955,7 +65030,7 @@
|
|
|
64955
65030
|
"immutable": true,
|
|
64956
65031
|
"locationInModule": {
|
|
64957
65032
|
"filename": "src/release/publisher.ts",
|
|
64958
|
-
"line":
|
|
65033
|
+
"line": 1240
|
|
64959
65034
|
},
|
|
64960
65035
|
"name": "gitUserName",
|
|
64961
65036
|
"optional": true,
|
|
@@ -64980,7 +65055,7 @@
|
|
|
64980
65055
|
"kind": "interface",
|
|
64981
65056
|
"locationInModule": {
|
|
64982
65057
|
"filename": "src/release/publisher.ts",
|
|
64983
|
-
"line":
|
|
65058
|
+
"line": 1196
|
|
64984
65059
|
},
|
|
64985
65060
|
"name": "JsiiReleaseGo",
|
|
64986
65061
|
"namespace": "release",
|
|
@@ -65000,7 +65075,7 @@
|
|
|
65000
65075
|
"kind": "interface",
|
|
65001
65076
|
"locationInModule": {
|
|
65002
65077
|
"filename": "src/release/publisher.ts",
|
|
65003
|
-
"line":
|
|
65078
|
+
"line": 1107
|
|
65004
65079
|
},
|
|
65005
65080
|
"name": "JsiiReleaseMaven",
|
|
65006
65081
|
"namespace": "release",
|
|
@@ -65020,7 +65095,7 @@
|
|
|
65020
65095
|
"kind": "interface",
|
|
65021
65096
|
"locationInModule": {
|
|
65022
65097
|
"filename": "src/release/publisher.ts",
|
|
65023
|
-
"line":
|
|
65098
|
+
"line": 922
|
|
65024
65099
|
},
|
|
65025
65100
|
"name": "JsiiReleaseNpm",
|
|
65026
65101
|
"namespace": "release",
|
|
@@ -65040,7 +65115,7 @@
|
|
|
65040
65115
|
"kind": "interface",
|
|
65041
65116
|
"locationInModule": {
|
|
65042
65117
|
"filename": "src/release/publisher.ts",
|
|
65043
|
-
"line":
|
|
65118
|
+
"line": 1085
|
|
65044
65119
|
},
|
|
65045
65120
|
"name": "JsiiReleaseNuget",
|
|
65046
65121
|
"namespace": "release",
|
|
@@ -65060,7 +65135,7 @@
|
|
|
65060
65135
|
"kind": "interface",
|
|
65061
65136
|
"locationInModule": {
|
|
65062
65137
|
"filename": "src/release/publisher.ts",
|
|
65063
|
-
"line":
|
|
65138
|
+
"line": 1049
|
|
65064
65139
|
},
|
|
65065
65140
|
"name": "JsiiReleasePyPi",
|
|
65066
65141
|
"namespace": "release",
|
|
@@ -65153,7 +65228,7 @@
|
|
|
65153
65228
|
"kind": "interface",
|
|
65154
65229
|
"locationInModule": {
|
|
65155
65230
|
"filename": "src/release/publisher.ts",
|
|
65156
|
-
"line":
|
|
65231
|
+
"line": 1112
|
|
65157
65232
|
},
|
|
65158
65233
|
"name": "MavenPublishOptions",
|
|
65159
65234
|
"namespace": "release",
|
|
@@ -65169,7 +65244,7 @@
|
|
|
65169
65244
|
"immutable": true,
|
|
65170
65245
|
"locationInModule": {
|
|
65171
65246
|
"filename": "src/release/publisher.ts",
|
|
65172
|
-
"line":
|
|
65247
|
+
"line": 1118
|
|
65173
65248
|
},
|
|
65174
65249
|
"name": "mavenEndpoint",
|
|
65175
65250
|
"optional": true,
|
|
@@ -65189,7 +65264,7 @@
|
|
|
65189
65264
|
"immutable": true,
|
|
65190
65265
|
"locationInModule": {
|
|
65191
65266
|
"filename": "src/release/publisher.ts",
|
|
65192
|
-
"line":
|
|
65267
|
+
"line": 1153
|
|
65193
65268
|
},
|
|
65194
65269
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
65195
65270
|
"optional": true,
|
|
@@ -65209,7 +65284,7 @@
|
|
|
65209
65284
|
"immutable": true,
|
|
65210
65285
|
"locationInModule": {
|
|
65211
65286
|
"filename": "src/release/publisher.ts",
|
|
65212
|
-
"line":
|
|
65287
|
+
"line": 1144
|
|
65213
65288
|
},
|
|
65214
65289
|
"name": "mavenGpgPrivateKeySecret",
|
|
65215
65290
|
"optional": true,
|
|
@@ -65229,7 +65304,7 @@
|
|
|
65229
65304
|
"immutable": true,
|
|
65230
65305
|
"locationInModule": {
|
|
65231
65306
|
"filename": "src/release/publisher.ts",
|
|
65232
|
-
"line":
|
|
65307
|
+
"line": 1179
|
|
65233
65308
|
},
|
|
65234
65309
|
"name": "mavenPassword",
|
|
65235
65310
|
"optional": true,
|
|
@@ -65247,7 +65322,7 @@
|
|
|
65247
65322
|
"immutable": true,
|
|
65248
65323
|
"locationInModule": {
|
|
65249
65324
|
"filename": "src/release/publisher.ts",
|
|
65250
|
-
"line":
|
|
65325
|
+
"line": 1134
|
|
65251
65326
|
},
|
|
65252
65327
|
"name": "mavenRepositoryUrl",
|
|
65253
65328
|
"optional": true,
|
|
@@ -65266,7 +65341,7 @@
|
|
|
65266
65341
|
"immutable": true,
|
|
65267
65342
|
"locationInModule": {
|
|
65268
65343
|
"filename": "src/release/publisher.ts",
|
|
65269
|
-
"line":
|
|
65344
|
+
"line": 1127
|
|
65270
65345
|
},
|
|
65271
65346
|
"name": "mavenServerId",
|
|
65272
65347
|
"optional": true,
|
|
@@ -65284,7 +65359,7 @@
|
|
|
65284
65359
|
"immutable": true,
|
|
65285
65360
|
"locationInModule": {
|
|
65286
65361
|
"filename": "src/release/publisher.ts",
|
|
65287
|
-
"line":
|
|
65362
|
+
"line": 1190
|
|
65288
65363
|
},
|
|
65289
65364
|
"name": "mavenStagingProfileId",
|
|
65290
65365
|
"optional": true,
|
|
@@ -65304,7 +65379,7 @@
|
|
|
65304
65379
|
"immutable": true,
|
|
65305
65380
|
"locationInModule": {
|
|
65306
65381
|
"filename": "src/release/publisher.ts",
|
|
65307
|
-
"line":
|
|
65382
|
+
"line": 1166
|
|
65308
65383
|
},
|
|
65309
65384
|
"name": "mavenUsername",
|
|
65310
65385
|
"optional": true,
|
|
@@ -65329,7 +65404,7 @@
|
|
|
65329
65404
|
"kind": "interface",
|
|
65330
65405
|
"locationInModule": {
|
|
65331
65406
|
"filename": "src/release/publisher.ts",
|
|
65332
|
-
"line":
|
|
65407
|
+
"line": 927
|
|
65333
65408
|
},
|
|
65334
65409
|
"name": "NpmPublishOptions",
|
|
65335
65410
|
"namespace": "release",
|
|
@@ -65344,7 +65419,7 @@
|
|
|
65344
65419
|
"immutable": true,
|
|
65345
65420
|
"locationInModule": {
|
|
65346
65421
|
"filename": "src/release/publisher.ts",
|
|
65347
|
-
"line":
|
|
65422
|
+
"line": 983
|
|
65348
65423
|
},
|
|
65349
65424
|
"name": "codeArtifactOptions",
|
|
65350
65425
|
"optional": true,
|
|
@@ -65364,7 +65439,7 @@
|
|
|
65364
65439
|
"immutable": true,
|
|
65365
65440
|
"locationInModule": {
|
|
65366
65441
|
"filename": "src/release/publisher.ts",
|
|
65367
|
-
"line":
|
|
65442
|
+
"line": 945
|
|
65368
65443
|
},
|
|
65369
65444
|
"name": "distTag",
|
|
65370
65445
|
"optional": true,
|
|
@@ -65384,7 +65459,7 @@
|
|
|
65384
65459
|
"immutable": true,
|
|
65385
65460
|
"locationInModule": {
|
|
65386
65461
|
"filename": "src/release/publisher.ts",
|
|
65387
|
-
"line":
|
|
65462
|
+
"line": 976
|
|
65388
65463
|
},
|
|
65389
65464
|
"name": "npmProvenance",
|
|
65390
65465
|
"optional": true,
|
|
@@ -65402,7 +65477,7 @@
|
|
|
65402
65477
|
"immutable": true,
|
|
65403
65478
|
"locationInModule": {
|
|
65404
65479
|
"filename": "src/release/publisher.ts",
|
|
65405
|
-
"line":
|
|
65480
|
+
"line": 965
|
|
65406
65481
|
},
|
|
65407
65482
|
"name": "npmTokenSecret",
|
|
65408
65483
|
"optional": true,
|
|
@@ -65422,7 +65497,7 @@
|
|
|
65422
65497
|
"immutable": true,
|
|
65423
65498
|
"locationInModule": {
|
|
65424
65499
|
"filename": "src/release/publisher.ts",
|
|
65425
|
-
"line":
|
|
65500
|
+
"line": 959
|
|
65426
65501
|
},
|
|
65427
65502
|
"name": "registry",
|
|
65428
65503
|
"optional": true,
|
|
@@ -65447,7 +65522,7 @@
|
|
|
65447
65522
|
"kind": "interface",
|
|
65448
65523
|
"locationInModule": {
|
|
65449
65524
|
"filename": "src/release/publisher.ts",
|
|
65450
|
-
"line":
|
|
65525
|
+
"line": 1090
|
|
65451
65526
|
},
|
|
65452
65527
|
"name": "NugetPublishOptions",
|
|
65453
65528
|
"namespace": "release",
|
|
@@ -65462,7 +65537,7 @@
|
|
|
65462
65537
|
"immutable": true,
|
|
65463
65538
|
"locationInModule": {
|
|
65464
65539
|
"filename": "src/release/publisher.ts",
|
|
65465
|
-
"line":
|
|
65540
|
+
"line": 1096
|
|
65466
65541
|
},
|
|
65467
65542
|
"name": "nugetApiKeySecret",
|
|
65468
65543
|
"optional": true,
|
|
@@ -65479,7 +65554,7 @@
|
|
|
65479
65554
|
"immutable": true,
|
|
65480
65555
|
"locationInModule": {
|
|
65481
65556
|
"filename": "src/release/publisher.ts",
|
|
65482
|
-
"line":
|
|
65557
|
+
"line": 1101
|
|
65483
65558
|
},
|
|
65484
65559
|
"name": "nugetServer",
|
|
65485
65560
|
"optional": true,
|
|
@@ -65633,7 +65708,7 @@
|
|
|
65633
65708
|
},
|
|
65634
65709
|
"locationInModule": {
|
|
65635
65710
|
"filename": "src/release/publisher.ts",
|
|
65636
|
-
"line":
|
|
65711
|
+
"line": 597
|
|
65637
65712
|
},
|
|
65638
65713
|
"name": "publishToGo",
|
|
65639
65714
|
"parameters": [
|
|
@@ -65656,7 +65731,7 @@
|
|
|
65656
65731
|
},
|
|
65657
65732
|
"locationInModule": {
|
|
65658
65733
|
"filename": "src/release/publisher.ts",
|
|
65659
|
-
"line":
|
|
65734
|
+
"line": 447
|
|
65660
65735
|
},
|
|
65661
65736
|
"name": "publishToMaven",
|
|
65662
65737
|
"parameters": [
|
|
@@ -65679,7 +65754,7 @@
|
|
|
65679
65754
|
},
|
|
65680
65755
|
"locationInModule": {
|
|
65681
65756
|
"filename": "src/release/publisher.ts",
|
|
65682
|
-
"line":
|
|
65757
|
+
"line": 313
|
|
65683
65758
|
},
|
|
65684
65759
|
"name": "publishToNpm",
|
|
65685
65760
|
"parameters": [
|
|
@@ -65702,7 +65777,7 @@
|
|
|
65702
65777
|
},
|
|
65703
65778
|
"locationInModule": {
|
|
65704
65779
|
"filename": "src/release/publisher.ts",
|
|
65705
|
-
"line":
|
|
65780
|
+
"line": 413
|
|
65706
65781
|
},
|
|
65707
65782
|
"name": "publishToNuget",
|
|
65708
65783
|
"parameters": [
|
|
@@ -65725,7 +65800,7 @@
|
|
|
65725
65800
|
},
|
|
65726
65801
|
"locationInModule": {
|
|
65727
65802
|
"filename": "src/release/publisher.ts",
|
|
65728
|
-
"line":
|
|
65803
|
+
"line": 519
|
|
65729
65804
|
},
|
|
65730
65805
|
"name": "publishToPyPi",
|
|
65731
65806
|
"parameters": [
|
|
@@ -66116,7 +66191,7 @@
|
|
|
66116
66191
|
"kind": "interface",
|
|
66117
66192
|
"locationInModule": {
|
|
66118
66193
|
"filename": "src/release/publisher.ts",
|
|
66119
|
-
"line":
|
|
66194
|
+
"line": 1054
|
|
66120
66195
|
},
|
|
66121
66196
|
"name": "PyPiPublishOptions",
|
|
66122
66197
|
"namespace": "release",
|
|
@@ -66131,7 +66206,7 @@
|
|
|
66131
66206
|
"immutable": true,
|
|
66132
66207
|
"locationInModule": {
|
|
66133
66208
|
"filename": "src/release/publisher.ts",
|
|
66134
|
-
"line":
|
|
66209
|
+
"line": 1079
|
|
66135
66210
|
},
|
|
66136
66211
|
"name": "codeArtifactOptions",
|
|
66137
66212
|
"optional": true,
|
|
@@ -66149,7 +66224,7 @@
|
|
|
66149
66224
|
"immutable": true,
|
|
66150
66225
|
"locationInModule": {
|
|
66151
66226
|
"filename": "src/release/publisher.ts",
|
|
66152
|
-
"line":
|
|
66227
|
+
"line": 1072
|
|
66153
66228
|
},
|
|
66154
66229
|
"name": "twinePasswordSecret",
|
|
66155
66230
|
"optional": true,
|
|
@@ -66167,7 +66242,7 @@
|
|
|
66167
66242
|
"immutable": true,
|
|
66168
66243
|
"locationInModule": {
|
|
66169
66244
|
"filename": "src/release/publisher.ts",
|
|
66170
|
-
"line":
|
|
66245
|
+
"line": 1060
|
|
66171
66246
|
},
|
|
66172
66247
|
"name": "twineRegistryUrl",
|
|
66173
66248
|
"optional": true,
|
|
@@ -66185,7 +66260,7 @@
|
|
|
66185
66260
|
"immutable": true,
|
|
66186
66261
|
"locationInModule": {
|
|
66187
66262
|
"filename": "src/release/publisher.ts",
|
|
66188
|
-
"line":
|
|
66263
|
+
"line": 1066
|
|
66189
66264
|
},
|
|
66190
66265
|
"name": "twineUsernameSecret",
|
|
66191
66266
|
"optional": true,
|
|
@@ -66211,7 +66286,7 @@
|
|
|
66211
66286
|
},
|
|
66212
66287
|
"locationInModule": {
|
|
66213
66288
|
"filename": "src/release/release.ts",
|
|
66214
|
-
"line":
|
|
66289
|
+
"line": 398
|
|
66215
66290
|
},
|
|
66216
66291
|
"parameters": [
|
|
66217
66292
|
{
|
|
@@ -66237,7 +66312,7 @@
|
|
|
66237
66312
|
"kind": "class",
|
|
66238
66313
|
"locationInModule": {
|
|
66239
66314
|
"filename": "src/release/release.ts",
|
|
66240
|
-
"line":
|
|
66315
|
+
"line": 354
|
|
66241
66316
|
},
|
|
66242
66317
|
"methods": [
|
|
66243
66318
|
{
|
|
@@ -66247,7 +66322,7 @@
|
|
|
66247
66322
|
},
|
|
66248
66323
|
"locationInModule": {
|
|
66249
66324
|
"filename": "src/release/release.ts",
|
|
66250
|
-
"line":
|
|
66325
|
+
"line": 362
|
|
66251
66326
|
},
|
|
66252
66327
|
"name": "of",
|
|
66253
66328
|
"parameters": [
|
|
@@ -66274,7 +66349,7 @@
|
|
|
66274
66349
|
},
|
|
66275
66350
|
"locationInModule": {
|
|
66276
66351
|
"filename": "src/release/release.ts",
|
|
66277
|
-
"line":
|
|
66352
|
+
"line": 539
|
|
66278
66353
|
},
|
|
66279
66354
|
"name": "addBranch",
|
|
66280
66355
|
"parameters": [
|
|
@@ -66305,7 +66380,7 @@
|
|
|
66305
66380
|
},
|
|
66306
66381
|
"locationInModule": {
|
|
66307
66382
|
"filename": "src/release/release.ts",
|
|
66308
|
-
"line":
|
|
66383
|
+
"line": 606
|
|
66309
66384
|
},
|
|
66310
66385
|
"name": "addJobs",
|
|
66311
66386
|
"parameters": [
|
|
@@ -66332,7 +66407,7 @@
|
|
|
66332
66407
|
},
|
|
66333
66408
|
"locationInModule": {
|
|
66334
66409
|
"filename": "src/release/release.ts",
|
|
66335
|
-
"line":
|
|
66410
|
+
"line": 589
|
|
66336
66411
|
},
|
|
66337
66412
|
"name": "preSynthesize",
|
|
66338
66413
|
"overrides": "projen.Component"
|
|
@@ -66349,7 +66424,7 @@
|
|
|
66349
66424
|
"immutable": true,
|
|
66350
66425
|
"locationInModule": {
|
|
66351
66426
|
"filename": "src/release/release.ts",
|
|
66352
|
-
"line":
|
|
66427
|
+
"line": 355
|
|
66353
66428
|
},
|
|
66354
66429
|
"name": "ANTI_TAMPER_CMD",
|
|
66355
66430
|
"static": true,
|
|
@@ -66365,7 +66440,7 @@
|
|
|
66365
66440
|
"immutable": true,
|
|
66366
66441
|
"locationInModule": {
|
|
66367
66442
|
"filename": "src/release/release.ts",
|
|
66368
|
-
"line":
|
|
66443
|
+
"line": 375
|
|
66369
66444
|
},
|
|
66370
66445
|
"name": "artifactsDirectory",
|
|
66371
66446
|
"type": {
|
|
@@ -66380,7 +66455,7 @@
|
|
|
66380
66455
|
"immutable": true,
|
|
66381
66456
|
"locationInModule": {
|
|
66382
66457
|
"filename": "src/release/release.ts",
|
|
66383
|
-
"line":
|
|
66458
|
+
"line": 615
|
|
66384
66459
|
},
|
|
66385
66460
|
"name": "branches",
|
|
66386
66461
|
"type": {
|
|
@@ -66400,7 +66475,7 @@
|
|
|
66400
66475
|
"immutable": true,
|
|
66401
66476
|
"locationInModule": {
|
|
66402
66477
|
"filename": "src/release/release.ts",
|
|
66403
|
-
"line":
|
|
66478
|
+
"line": 370
|
|
66404
66479
|
},
|
|
66405
66480
|
"name": "publisher",
|
|
66406
66481
|
"type": {
|
|
@@ -66424,7 +66499,7 @@
|
|
|
66424
66499
|
"kind": "interface",
|
|
66425
66500
|
"locationInModule": {
|
|
66426
66501
|
"filename": "src/release/release.ts",
|
|
66427
|
-
"line":
|
|
66502
|
+
"line": 294
|
|
66428
66503
|
},
|
|
66429
66504
|
"name": "ReleaseOptions",
|
|
66430
66505
|
"namespace": "release",
|
|
@@ -66439,7 +66514,7 @@
|
|
|
66439
66514
|
"immutable": true,
|
|
66440
66515
|
"locationInModule": {
|
|
66441
66516
|
"filename": "src/release/release.ts",
|
|
66442
|
-
"line":
|
|
66517
|
+
"line": 331
|
|
66443
66518
|
},
|
|
66444
66519
|
"name": "artifactsDirectory",
|
|
66445
66520
|
"type": {
|
|
@@ -66456,7 +66531,7 @@
|
|
|
66456
66531
|
"immutable": true,
|
|
66457
66532
|
"locationInModule": {
|
|
66458
66533
|
"filename": "src/release/release.ts",
|
|
66459
|
-
"line":
|
|
66534
|
+
"line": 317
|
|
66460
66535
|
},
|
|
66461
66536
|
"name": "branch",
|
|
66462
66537
|
"type": {
|
|
@@ -66473,7 +66548,7 @@
|
|
|
66473
66548
|
"immutable": true,
|
|
66474
66549
|
"locationInModule": {
|
|
66475
66550
|
"filename": "src/release/release.ts",
|
|
66476
|
-
"line":
|
|
66551
|
+
"line": 300
|
|
66477
66552
|
},
|
|
66478
66553
|
"name": "task",
|
|
66479
66554
|
"type": {
|
|
@@ -66490,7 +66565,7 @@
|
|
|
66490
66565
|
"immutable": true,
|
|
66491
66566
|
"locationInModule": {
|
|
66492
66567
|
"filename": "src/release/release.ts",
|
|
66493
|
-
"line":
|
|
66568
|
+
"line": 307
|
|
66494
66569
|
},
|
|
66495
66570
|
"name": "versionFile",
|
|
66496
66571
|
"type": {
|
|
@@ -66507,7 +66582,7 @@
|
|
|
66507
66582
|
"immutable": true,
|
|
66508
66583
|
"locationInModule": {
|
|
66509
66584
|
"filename": "src/release/release.ts",
|
|
66510
|
-
"line":
|
|
66585
|
+
"line": 324
|
|
66511
66586
|
},
|
|
66512
66587
|
"name": "githubRelease",
|
|
66513
66588
|
"optional": true,
|
|
@@ -66526,7 +66601,7 @@
|
|
|
66526
66601
|
"immutable": true,
|
|
66527
66602
|
"locationInModule": {
|
|
66528
66603
|
"filename": "src/release/release.ts",
|
|
66529
|
-
"line":
|
|
66604
|
+
"line": 340
|
|
66530
66605
|
},
|
|
66531
66606
|
"name": "workflowNodeVersion",
|
|
66532
66607
|
"optional": true,
|
|
@@ -66544,7 +66619,7 @@
|
|
|
66544
66619
|
"immutable": true,
|
|
66545
66620
|
"locationInModule": {
|
|
66546
66621
|
"filename": "src/release/release.ts",
|
|
66547
|
-
"line":
|
|
66622
|
+
"line": 346
|
|
66548
66623
|
},
|
|
66549
66624
|
"name": "workflowPermissions",
|
|
66550
66625
|
"optional": true,
|
|
@@ -66582,7 +66657,7 @@
|
|
|
66582
66657
|
"immutable": true,
|
|
66583
66658
|
"locationInModule": {
|
|
66584
66659
|
"filename": "src/release/release.ts",
|
|
66585
|
-
"line":
|
|
66660
|
+
"line": 262
|
|
66586
66661
|
},
|
|
66587
66662
|
"name": "bumpPackage",
|
|
66588
66663
|
"optional": true,
|
|
@@ -66657,7 +66732,7 @@
|
|
|
66657
66732
|
"immutable": true,
|
|
66658
66733
|
"locationInModule": {
|
|
66659
66734
|
"filename": "src/release/release.ts",
|
|
66660
|
-
"line":
|
|
66735
|
+
"line": 288
|
|
66661
66736
|
},
|
|
66662
66737
|
"name": "nextVersionCommand",
|
|
66663
66738
|
"optional": true,
|
|
@@ -66735,7 +66810,7 @@
|
|
|
66735
66810
|
"immutable": true,
|
|
66736
66811
|
"locationInModule": {
|
|
66737
66812
|
"filename": "src/release/release.ts",
|
|
66738
|
-
"line":
|
|
66813
|
+
"line": 245
|
|
66739
66814
|
},
|
|
66740
66815
|
"name": "publishDryRun",
|
|
66741
66816
|
"optional": true,
|
|
@@ -66754,7 +66829,7 @@
|
|
|
66754
66829
|
"immutable": true,
|
|
66755
66830
|
"locationInModule": {
|
|
66756
66831
|
"filename": "src/release/release.ts",
|
|
66757
|
-
"line":
|
|
66832
|
+
"line": 238
|
|
66758
66833
|
},
|
|
66759
66834
|
"name": "publishTasks",
|
|
66760
66835
|
"optional": true,
|
|
@@ -66772,7 +66847,7 @@
|
|
|
66772
66847
|
"immutable": true,
|
|
66773
66848
|
"locationInModule": {
|
|
66774
66849
|
"filename": "src/release/release.ts",
|
|
66775
|
-
"line":
|
|
66850
|
+
"line": 253
|
|
66776
66851
|
},
|
|
66777
66852
|
"name": "releasableCommits",
|
|
66778
66853
|
"optional": true,
|
|
@@ -66791,7 +66866,7 @@
|
|
|
66791
66866
|
"immutable": true,
|
|
66792
66867
|
"locationInModule": {
|
|
66793
66868
|
"filename": "src/release/release.ts",
|
|
66794
|
-
"line":
|
|
66869
|
+
"line": 176
|
|
66795
66870
|
},
|
|
66796
66871
|
"name": "releaseBranches",
|
|
66797
66872
|
"optional": true,
|
|
@@ -66804,6 +66879,25 @@
|
|
|
66804
66879
|
}
|
|
66805
66880
|
}
|
|
66806
66881
|
},
|
|
66882
|
+
{
|
|
66883
|
+
"abstract": true,
|
|
66884
|
+
"docs": {
|
|
66885
|
+
"default": "- no environment used, unless set at the artifact level",
|
|
66886
|
+
"remarks": "This can be used to add an explicit approval step to the release\nor limit who can initiate a release through environment protection rules.\n\nWhen multiple artifacts are released, the environment can be overwritten\non a per artifact basis.",
|
|
66887
|
+
"stability": "experimental",
|
|
66888
|
+
"summary": "The GitHub Actions environment used for the release."
|
|
66889
|
+
},
|
|
66890
|
+
"immutable": true,
|
|
66891
|
+
"locationInModule": {
|
|
66892
|
+
"filename": "src/release/release.ts",
|
|
66893
|
+
"line": 163
|
|
66894
|
+
},
|
|
66895
|
+
"name": "releaseEnvironment",
|
|
66896
|
+
"optional": true,
|
|
66897
|
+
"type": {
|
|
66898
|
+
"primitive": "string"
|
|
66899
|
+
}
|
|
66900
|
+
},
|
|
66807
66901
|
{
|
|
66808
66902
|
"abstract": true,
|
|
66809
66903
|
"docs": {
|
|
@@ -66833,7 +66927,7 @@
|
|
|
66833
66927
|
"immutable": true,
|
|
66834
66928
|
"locationInModule": {
|
|
66835
66929
|
"filename": "src/release/release.ts",
|
|
66836
|
-
"line":
|
|
66930
|
+
"line": 183
|
|
66837
66931
|
},
|
|
66838
66932
|
"name": "releaseFailureIssue",
|
|
66839
66933
|
"optional": true,
|
|
@@ -66852,7 +66946,7 @@
|
|
|
66852
66946
|
"immutable": true,
|
|
66853
66947
|
"locationInModule": {
|
|
66854
66948
|
"filename": "src/release/release.ts",
|
|
66855
|
-
"line":
|
|
66949
|
+
"line": 191
|
|
66856
66950
|
},
|
|
66857
66951
|
"name": "releaseFailureIssueLabel",
|
|
66858
66952
|
"optional": true,
|
|
@@ -66890,7 +66984,7 @@
|
|
|
66890
66984
|
"immutable": true,
|
|
66891
66985
|
"locationInModule": {
|
|
66892
66986
|
"filename": "src/release/release.ts",
|
|
66893
|
-
"line":
|
|
66987
|
+
"line": 205
|
|
66894
66988
|
},
|
|
66895
66989
|
"name": "releaseTagPrefix",
|
|
66896
66990
|
"optional": true,
|
|
@@ -66967,7 +67061,7 @@
|
|
|
66967
67061
|
"immutable": true,
|
|
66968
67062
|
"locationInModule": {
|
|
66969
67063
|
"filename": "src/release/release.ts",
|
|
66970
|
-
"line":
|
|
67064
|
+
"line": 213
|
|
66971
67065
|
},
|
|
66972
67066
|
"name": "versionrcOptions",
|
|
66973
67067
|
"optional": true,
|
|
@@ -67012,7 +67106,7 @@
|
|
|
67012
67106
|
"immutable": true,
|
|
67013
67107
|
"locationInModule": {
|
|
67014
67108
|
"filename": "src/release/release.ts",
|
|
67015
|
-
"line":
|
|
67109
|
+
"line": 221
|
|
67016
67110
|
},
|
|
67017
67111
|
"name": "workflowRunsOn",
|
|
67018
67112
|
"optional": true,
|
|
@@ -67038,7 +67132,7 @@
|
|
|
67038
67132
|
"immutable": true,
|
|
67039
67133
|
"locationInModule": {
|
|
67040
67134
|
"filename": "src/release/release.ts",
|
|
67041
|
-
"line":
|
|
67135
|
+
"line": 228
|
|
67042
67136
|
},
|
|
67043
67137
|
"name": "workflowRunsOnGroup",
|
|
67044
67138
|
"optional": true,
|
|
@@ -71545,6 +71639,6 @@
|
|
|
71545
71639
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
71546
71640
|
}
|
|
71547
71641
|
},
|
|
71548
|
-
"version": "0.95.
|
|
71549
|
-
"fingerprint": "
|
|
71642
|
+
"version": "0.95.2",
|
|
71643
|
+
"fingerprint": "IYMYGLnPqrlqXVKKH4U88/WDi0GsH7/0gkZbFHn/jC0="
|
|
71550
71644
|
}
|