projen 0.63.19 → 0.63.21
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 +4 -4
- package/docs/api/API.md +67 -67
- package/docs/releases.md +88 -31
- 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.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.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/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.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 +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.d.ts +1 -1
- package/lib/javascript/node-package.js +2 -2
- 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 +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- 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.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.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.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +1 -1
- package/lib/release/release.js +2 -2
- 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.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- 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/package.json +1 -1
package/docs/api/API.md
CHANGED
|
@@ -3371,7 +3371,7 @@ new awscdk.AwsCdkConstructLibrary(options: AwsCdkConstructLibraryOptions)
|
|
|
3371
3371
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
3372
3372
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
3373
3373
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
3374
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
3374
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
3375
3375
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
3376
3376
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
3377
3377
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -3415,7 +3415,7 @@ new awscdk.AwsCdkConstructLibrary(options: AwsCdkConstructLibraryOptions)
|
|
|
3415
3415
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
3416
3416
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
3417
3417
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
3418
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
3418
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
3419
3419
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
3420
3420
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
3421
3421
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -4056,7 +4056,7 @@ new awscdk.AwsCdkTypeScriptApp(options: AwsCdkTypeScriptAppOptions)
|
|
|
4056
4056
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
4057
4057
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
4058
4058
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
4059
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
4059
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
4060
4060
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
4061
4061
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
4062
4062
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -4100,7 +4100,7 @@ new awscdk.AwsCdkTypeScriptApp(options: AwsCdkTypeScriptAppOptions)
|
|
|
4100
4100
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
4101
4101
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
4102
4102
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
4103
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
4103
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
4104
4104
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
4105
4105
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
4106
4106
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -4365,7 +4365,7 @@ new awscdk.ConstructLibraryAws(options: AwsCdkConstructLibraryOptions)
|
|
|
4365
4365
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
4366
4366
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
4367
4367
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
4368
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
4368
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
4369
4369
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
4370
4370
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
4371
4371
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -4409,7 +4409,7 @@ new awscdk.ConstructLibraryAws(options: AwsCdkConstructLibraryOptions)
|
|
|
4409
4409
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
4410
4410
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
4411
4411
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
4412
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
4412
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
4413
4413
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
4414
4414
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
4415
4415
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -4984,7 +4984,7 @@ new cdk.ConstructLibrary(options: ConstructLibraryOptions)
|
|
|
4984
4984
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
4985
4985
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
4986
4986
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
4987
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
4987
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
4988
4988
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
4989
4989
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
4990
4990
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -5028,7 +5028,7 @@ new cdk.ConstructLibrary(options: ConstructLibraryOptions)
|
|
|
5028
5028
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
5029
5029
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
5030
5030
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
5031
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
5031
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
5032
5032
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
5033
5033
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
5034
5034
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -5241,7 +5241,7 @@ new cdk.JsiiProject(options: JsiiProjectOptions)
|
|
|
5241
5241
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
5242
5242
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
5243
5243
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
5244
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
5244
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
5245
5245
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
5246
5246
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
5247
5247
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -5285,7 +5285,7 @@ new cdk.JsiiProject(options: JsiiProjectOptions)
|
|
|
5285
5285
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
5286
5286
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
5287
5287
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
5288
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
5288
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
5289
5289
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
5290
5290
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
5291
5291
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -5651,7 +5651,7 @@ new cdk8s.Cdk8sTypeScriptApp(options: Cdk8sTypeScriptAppOptions)
|
|
|
5651
5651
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
5652
5652
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
5653
5653
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
5654
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
5654
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
5655
5655
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
5656
5656
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
5657
5657
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -5695,7 +5695,7 @@ new cdk8s.Cdk8sTypeScriptApp(options: Cdk8sTypeScriptAppOptions)
|
|
|
5695
5695
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
5696
5696
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
5697
5697
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
5698
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
5698
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
5699
5699
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
5700
5700
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
5701
5701
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -5832,7 +5832,7 @@ new cdk8s.ConstructLibraryCdk8s(options: ConstructLibraryCdk8sOptions)
|
|
|
5832
5832
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
5833
5833
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
5834
5834
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
5835
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
5835
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
5836
5836
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
5837
5837
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
5838
5838
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -5876,7 +5876,7 @@ new cdk8s.ConstructLibraryCdk8s(options: ConstructLibraryCdk8sOptions)
|
|
|
5876
5876
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
5877
5877
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
5878
5878
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
5879
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
5879
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
5880
5880
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
5881
5881
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
5882
5882
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -6072,7 +6072,7 @@ new cdktf.ConstructLibraryCdktf(options: ConstructLibraryCdktfOptions)
|
|
|
6072
6072
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
6073
6073
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
6074
6074
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
6075
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
6075
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
6076
6076
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
6077
6077
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
6078
6078
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -6116,7 +6116,7 @@ new cdktf.ConstructLibraryCdktf(options: ConstructLibraryCdktfOptions)
|
|
|
6116
6116
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
6117
6117
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
6118
6118
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
6119
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
6119
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
6120
6120
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
6121
6121
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
6122
6122
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -7968,7 +7968,7 @@ new javascript.NodePackage(project: Project, options?: NodePackageOptions)
|
|
|
7968
7968
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
7969
7969
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
7970
7970
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
7971
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
7971
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
7972
7972
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
7973
7973
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
7974
7974
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -8298,7 +8298,7 @@ new javascript.NodeProject(options: NodeProjectOptions)
|
|
|
8298
8298
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
8299
8299
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
8300
8300
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
8301
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
8301
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
8302
8302
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
8303
8303
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
8304
8304
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -8342,7 +8342,7 @@ new javascript.NodeProject(options: NodeProjectOptions)
|
|
|
8342
8342
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
8343
8343
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
8344
8344
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
8345
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
8345
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
8346
8346
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
8347
8347
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
8348
8348
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -9870,7 +9870,7 @@ new release.Release(project: GitHubProject, options: ReleaseOptions)
|
|
|
9870
9870
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
9871
9871
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
9872
9872
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
9873
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
9873
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
9874
9874
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
9875
9875
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
9876
9876
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -10121,7 +10121,7 @@ new typescript.TypeScriptAppProject(options: TypeScriptProjectOptions)
|
|
|
10121
10121
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
10122
10122
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
10123
10123
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
10124
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
10124
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
10125
10125
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
10126
10126
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
10127
10127
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -10165,7 +10165,7 @@ new typescript.TypeScriptAppProject(options: TypeScriptProjectOptions)
|
|
|
10165
10165
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
10166
10166
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
10167
10167
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
10168
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
10168
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
10169
10169
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
10170
10170
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
10171
10171
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -10275,7 +10275,7 @@ new typescript.TypeScriptLibraryProject(options: TypeScriptProjectOptions)
|
|
|
10275
10275
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
10276
10276
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
10277
10277
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
10278
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
10278
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
10279
10279
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
10280
10280
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
10281
10281
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -10319,7 +10319,7 @@ new typescript.TypeScriptLibraryProject(options: TypeScriptProjectOptions)
|
|
|
10319
10319
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
10320
10320
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
10321
10321
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
10322
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
10322
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
10323
10323
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
10324
10324
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
10325
10325
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -10429,7 +10429,7 @@ new typescript.TypeScriptProject(options: TypeScriptProjectOptions)
|
|
|
10429
10429
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
10430
10430
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
10431
10431
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
10432
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
10432
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
10433
10433
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
10434
10434
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
10435
10435
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -10473,7 +10473,7 @@ new typescript.TypeScriptProject(options: TypeScriptProjectOptions)
|
|
|
10473
10473
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
10474
10474
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
10475
10475
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
10476
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
10476
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
10477
10477
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
10478
10478
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
10479
10479
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -10944,7 +10944,7 @@ new web.NextJsProject(options: NextJsProjectOptions)
|
|
|
10944
10944
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
10945
10945
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
10946
10946
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
10947
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
10947
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
10948
10948
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
10949
10949
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
10950
10950
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -10988,7 +10988,7 @@ new web.NextJsProject(options: NextJsProjectOptions)
|
|
|
10988
10988
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
10989
10989
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
10990
10990
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
10991
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
10991
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
10992
10992
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
10993
10993
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
10994
10994
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -11096,7 +11096,7 @@ new web.NextJsTypeScriptProject(options: NextJsTypeScriptProjectOptions)
|
|
|
11096
11096
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
11097
11097
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
11098
11098
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
11099
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
11099
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
11100
11100
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
11101
11101
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
11102
11102
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -11140,7 +11140,7 @@ new web.NextJsTypeScriptProject(options: NextJsTypeScriptProjectOptions)
|
|
|
11140
11140
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
11141
11141
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
11142
11142
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
11143
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
11143
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
11144
11144
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
11145
11145
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
11146
11146
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -11320,7 +11320,7 @@ new web.ReactProject(options: ReactProjectOptions)
|
|
|
11320
11320
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
11321
11321
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
11322
11322
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
11323
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
11323
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
11324
11324
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
11325
11325
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
11326
11326
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -11364,7 +11364,7 @@ new web.ReactProject(options: ReactProjectOptions)
|
|
|
11364
11364
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
11365
11365
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
11366
11366
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
11367
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
11367
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
11368
11368
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
11369
11369
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
11370
11370
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -11514,7 +11514,7 @@ new web.ReactTypeScriptProject(options: ReactTypeScriptProjectOptions)
|
|
|
11514
11514
|
* **allowLibraryDependencies** (<code>boolean</code>) Allow the project to include `peerDependencies` and `bundledDependencies`. __*Default*__: true
|
|
11515
11515
|
* **authorEmail** (<code>string</code>) Author's e-mail. __*Optional*__
|
|
11516
11516
|
* **authorName** (<code>string</code>) Author's name. __*Optional*__
|
|
11517
|
-
* **authorOrganization** (<code>boolean</code>)
|
|
11517
|
+
* **authorOrganization** (<code>boolean</code>) Is the author an organization. __*Optional*__
|
|
11518
11518
|
* **authorUrl** (<code>string</code>) Author's URL / Website. __*Optional*__
|
|
11519
11519
|
* **autoDetectBin** (<code>boolean</code>) Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section. __*Default*__: true
|
|
11520
11520
|
* **bin** (<code>Map<string, string></code>) Binary programs vended with your module. __*Optional*__
|
|
@@ -11558,7 +11558,7 @@ new web.ReactTypeScriptProject(options: ReactTypeScriptProjectOptions)
|
|
|
11558
11558
|
* **releaseFailureIssue** (<code>boolean</code>) Create a github issue on every failed publishing task. __*Default*__: false
|
|
11559
11559
|
* **releaseFailureIssueLabel** (<code>string</code>) The label to apply to issues indicating publish failures. __*Default*__: "failed-release"
|
|
11560
11560
|
* **releaseSchedule** (<code>string</code>) CRON schedule to trigger new releases. __*Default*__: no scheduled releases
|
|
11561
|
-
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__:
|
|
11561
|
+
* **releaseTagPrefix** (<code>string</code>) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers. __*Default*__: "v"
|
|
11562
11562
|
* **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
11563
11563
|
* **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
|
|
11564
11564
|
* **releaseWorkflowSetupSteps** (<code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code>) A set of workflow steps to execute in order to setup the workflow container. __*Optional*__
|
|
@@ -12653,7 +12653,7 @@ Name | Type | Description
|
|
|
12653
12653
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
12654
12654
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
12655
12655
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
12656
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
12656
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
12657
12657
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
12658
12658
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
12659
12659
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -12774,7 +12774,7 @@ Name | Type | Description
|
|
|
12774
12774
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
12775
12775
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
12776
12776
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
12777
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
12777
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
12778
12778
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
12779
12779
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
12780
12780
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -13036,7 +13036,7 @@ Name | Type | Description
|
|
|
13036
13036
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
13037
13037
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
13038
13038
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
13039
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
13039
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
13040
13040
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
13041
13041
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
13042
13042
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -13149,7 +13149,7 @@ Name | Type | Description
|
|
|
13149
13149
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
13150
13150
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
13151
13151
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
13152
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
13152
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
13153
13153
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
13154
13154
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
13155
13155
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -13242,7 +13242,7 @@ Name | Type | Description
|
|
|
13242
13242
|
**artifactsDirectory**?⚠️ | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
13243
13243
|
**authorEmail**?⚠️ | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
13244
13244
|
**authorName**?⚠️ | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
13245
|
-
**authorOrganization**?⚠️ | <code>boolean</code> |
|
|
13245
|
+
**authorOrganization**?⚠️ | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
13246
13246
|
**authorUrl**?⚠️ | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
13247
13247
|
**autoApproveOptions**?⚠️ | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
13248
13248
|
**autoApproveUpgrades**?⚠️ | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -13363,7 +13363,7 @@ Name | Type | Description
|
|
|
13363
13363
|
**releaseFailureIssue**?⚠️ | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
13364
13364
|
**releaseFailureIssueLabel**?⚠️ | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
13365
13365
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
13366
|
-
**releaseTagPrefix**?⚠️ | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
13366
|
+
**releaseTagPrefix**?⚠️ | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
13367
13367
|
**releaseToNpm**?⚠️ | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
13368
13368
|
**releaseTrigger**?⚠️ | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
13369
13369
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -13663,7 +13663,7 @@ Name | Type | Description
|
|
|
13663
13663
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
13664
13664
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
13665
13665
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
13666
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
13666
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
13667
13667
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
13668
13668
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
13669
13669
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -13772,7 +13772,7 @@ Name | Type | Description
|
|
|
13772
13772
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
13773
13773
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
13774
13774
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
13775
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
13775
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
13776
13776
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
13777
13777
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
13778
13778
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -13932,7 +13932,7 @@ Name | Type | Description
|
|
|
13932
13932
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
13933
13933
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
13934
13934
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
13935
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
13935
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
13936
13936
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
13937
13937
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
13938
13938
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -14040,7 +14040,7 @@ Name | Type | Description
|
|
|
14040
14040
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
14041
14041
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
14042
14042
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
14043
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
14043
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
14044
14044
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
14045
14045
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
14046
14046
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -14264,7 +14264,7 @@ Name | Type | Description
|
|
|
14264
14264
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
14265
14265
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
14266
14266
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
14267
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
14267
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
14268
14268
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
14269
14269
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
14270
14270
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -14373,7 +14373,7 @@ Name | Type | Description
|
|
|
14373
14373
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
14374
14374
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
14375
14375
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
14376
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
14376
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
14377
14377
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
14378
14378
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
14379
14379
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -14424,7 +14424,7 @@ Name | Type | Description
|
|
|
14424
14424
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
14425
14425
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
14426
14426
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
14427
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
14427
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
14428
14428
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
14429
14429
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
14430
14430
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -14538,7 +14538,7 @@ Name | Type | Description
|
|
|
14538
14538
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
14539
14539
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
14540
14540
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
14541
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
14541
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
14542
14542
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
14543
14543
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
14544
14544
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -14619,7 +14619,7 @@ Name | Type | Description
|
|
|
14619
14619
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
14620
14620
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
14621
14621
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
14622
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
14622
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
14623
14623
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
14624
14624
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
14625
14625
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -14729,7 +14729,7 @@ Name | Type | Description
|
|
|
14729
14729
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
14730
14730
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
14731
14731
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
14732
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
14732
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
14733
14733
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
14734
14734
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
14735
14735
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -16491,7 +16491,7 @@ Name | Type | Description
|
|
|
16491
16491
|
**allowLibraryDependencies**?🔹 | <code>boolean</code> | Allow the project to include `peerDependencies` and `bundledDependencies`.<br/>__*Default*__: true
|
|
16492
16492
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
16493
16493
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
16494
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
16494
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
16495
16495
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
16496
16496
|
**autoDetectBin**?🔹 | <code>boolean</code> | Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section.<br/>__*Default*__: true
|
|
16497
16497
|
**bin**?🔹 | <code>Map<string, string></code> | Binary programs vended with your module.<br/>__*Optional*__
|
|
@@ -16540,7 +16540,7 @@ Name | Type | Description
|
|
|
16540
16540
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
16541
16541
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
16542
16542
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
16543
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
16543
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
16544
16544
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
16545
16545
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
16546
16546
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -16628,7 +16628,7 @@ Name | Type | Description
|
|
|
16628
16628
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
16629
16629
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
16630
16630
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
16631
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
16631
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
16632
16632
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
16633
16633
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
16634
16634
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -17596,7 +17596,7 @@ Name | Type | Description
|
|
|
17596
17596
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
17597
17597
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
17598
17598
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
17599
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
17599
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
17600
17600
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
17601
17601
|
**releaseWorkflowName**?🔹 | <code>string</code> | The name of the default release workflow.<br/>__*Default*__: "Release"
|
|
17602
17602
|
**releaseWorkflowSetupSteps**?🔹 | <code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code> | A set of workflow steps to execute in order to setup the workflow container.<br/>__*Optional*__
|
|
@@ -17629,7 +17629,7 @@ Name | Type | Description
|
|
|
17629
17629
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
17630
17630
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
17631
17631
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
17632
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
17632
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
17633
17633
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
17634
17634
|
**releaseWorkflowName**?🔹 | <code>string</code> | The name of the default release workflow.<br/>__*Default*__: "Release"
|
|
17635
17635
|
**releaseWorkflowSetupSteps**?🔹 | <code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code> | A set of workflow steps to execute in order to setup the workflow container.<br/>__*Optional*__
|
|
@@ -17681,7 +17681,7 @@ Name | Type | Description
|
|
|
17681
17681
|
**artifactsDirectory**?⚠️ | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
17682
17682
|
**authorEmail**?⚠️ | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
17683
17683
|
**authorName**?⚠️ | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
17684
|
-
**authorOrganization**?⚠️ | <code>boolean</code> |
|
|
17684
|
+
**authorOrganization**?⚠️ | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
17685
17685
|
**authorUrl**?⚠️ | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
17686
17686
|
**autoApproveOptions**?⚠️ | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
17687
17687
|
**autoApproveUpgrades**?⚠️ | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -17778,7 +17778,7 @@ Name | Type | Description
|
|
|
17778
17778
|
**releaseFailureIssue**?⚠️ | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
17779
17779
|
**releaseFailureIssueLabel**?⚠️ | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
17780
17780
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
17781
|
-
**releaseTagPrefix**?⚠️ | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
17781
|
+
**releaseTagPrefix**?⚠️ | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
17782
17782
|
**releaseToNpm**?⚠️ | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
17783
17783
|
**releaseTrigger**?⚠️ | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
17784
17784
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -17825,7 +17825,7 @@ Name | Type | Description
|
|
|
17825
17825
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
17826
17826
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
17827
17827
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
17828
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
17828
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
17829
17829
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
17830
17830
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
17831
17831
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -17922,7 +17922,7 @@ Name | Type | Description
|
|
|
17922
17922
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
17923
17923
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
17924
17924
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
17925
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
17925
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
17926
17926
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
17927
17927
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
17928
17928
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -18081,7 +18081,7 @@ Name | Type | Description
|
|
|
18081
18081
|
**assetsdir**?🔹 | <code>string</code> | Assets directory.<br/>__*Default*__: "public"
|
|
18082
18082
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
18083
18083
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
18084
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
18084
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
18085
18085
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
18086
18086
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
18087
18087
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -18169,7 +18169,7 @@ Name | Type | Description
|
|
|
18169
18169
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
18170
18170
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
18171
18171
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
18172
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
18172
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
18173
18173
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
18174
18174
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
18175
18175
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -18213,7 +18213,7 @@ Name | Type | Description
|
|
|
18213
18213
|
**assetsdir**?🔹 | <code>string</code> | Assets directory.<br/>__*Default*__: "public"
|
|
18214
18214
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
18215
18215
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
18216
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
18216
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
18217
18217
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
18218
18218
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
18219
18219
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -18310,7 +18310,7 @@ Name | Type | Description
|
|
|
18310
18310
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
18311
18311
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
18312
18312
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
18313
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
18313
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
18314
18314
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
18315
18315
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
18316
18316
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -18387,7 +18387,7 @@ Name | Type | Description
|
|
|
18387
18387
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
18388
18388
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
18389
18389
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
18390
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
18390
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
18391
18391
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
18392
18392
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
18393
18393
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -18475,7 +18475,7 @@ Name | Type | Description
|
|
|
18475
18475
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
18476
18476
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
18477
18477
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
18478
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
18478
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
18479
18479
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
18480
18480
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
18481
18481
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|
|
@@ -18548,7 +18548,7 @@ Name | Type | Description
|
|
|
18548
18548
|
**artifactsDirectory**?🔹 | <code>string</code> | A directory which will contain build artifacts.<br/>__*Default*__: "dist"
|
|
18549
18549
|
**authorEmail**?🔹 | <code>string</code> | Author's e-mail.<br/>__*Optional*__
|
|
18550
18550
|
**authorName**?🔹 | <code>string</code> | Author's name.<br/>__*Optional*__
|
|
18551
|
-
**authorOrganization**?🔹 | <code>boolean</code> |
|
|
18551
|
+
**authorOrganization**?🔹 | <code>boolean</code> | Is the author an organization.<br/>__*Optional*__
|
|
18552
18552
|
**authorUrl**?🔹 | <code>string</code> | Author's URL / Website.<br/>__*Optional*__
|
|
18553
18553
|
**autoApproveOptions**?🔹 | <code>[github.AutoApproveOptions](#projen-github-autoapproveoptions)</code> | Enable and configure the 'auto approve' workflow.<br/>__*Default*__: auto approve is disabled
|
|
18554
18554
|
**autoApproveUpgrades**?🔹 | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).<br/>__*Default*__: true
|
|
@@ -18645,7 +18645,7 @@ Name | Type | Description
|
|
|
18645
18645
|
**releaseFailureIssue**?🔹 | <code>boolean</code> | Create a github issue on every failed publishing task.<br/>__*Default*__: false
|
|
18646
18646
|
**releaseFailureIssueLabel**?🔹 | <code>string</code> | The label to apply to issues indicating publish failures.<br/>__*Default*__: "failed-release"
|
|
18647
18647
|
**releaseSchedule**?⚠️ | <code>string</code> | CRON schedule to trigger new releases.<br/>__*Default*__: no scheduled releases
|
|
18648
|
-
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__:
|
|
18648
|
+
**releaseTagPrefix**?🔹 | <code>string</code> | Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.<br/>__*Default*__: "v"
|
|
18649
18649
|
**releaseToNpm**?🔹 | <code>boolean</code> | Automatically release to npm when new versions are introduced.<br/>__*Default*__: false
|
|
18650
18650
|
**releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
|
|
18651
18651
|
**releaseWorkflow**?⚠️ | <code>boolean</code> | DEPRECATED: renamed to `release`.<br/>__*Default*__: true if not a subproject
|