projen 0.33.2 → 0.33.6

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.
Files changed (111) hide show
  1. package/.jsii +74 -27
  2. package/API.md +36 -0
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/cdk-config.js +1 -1
  5. package/lib/awscdk/cdk-tasks.js +1 -1
  6. package/lib/awscdk/java-app.js +1 -1
  7. package/lib/awscdk/lambda-function.js +2 -2
  8. package/lib/awscdk-app-ts.js +1 -1
  9. package/lib/awscdk-construct.js +2 -2
  10. package/lib/cdk8s-app-ts.js +1 -1
  11. package/lib/cdk8s-construct.js +1 -1
  12. package/lib/cdktf-construct.js +1 -1
  13. package/lib/component.js +1 -1
  14. package/lib/construct-lib.js +1 -1
  15. package/lib/deps/dependencies.js +1 -1
  16. package/lib/dev-env.js +1 -1
  17. package/lib/docker-compose.js +2 -2
  18. package/lib/eslint.js +1 -1
  19. package/lib/file.js +1 -1
  20. package/lib/git/gitattributes.js +1 -1
  21. package/lib/github/auto-approve.js +1 -1
  22. package/lib/github/auto-merge.js +1 -1
  23. package/lib/github/dependabot.js +1 -1
  24. package/lib/github/github.js +1 -1
  25. package/lib/github/mergify.js +1 -1
  26. package/lib/github/pr-template.js +1 -1
  27. package/lib/github/stale.js +1 -1
  28. package/lib/github/task-workflow.js +1 -1
  29. package/lib/github/workflows.js +1 -1
  30. package/lib/gitpod.js +1 -1
  31. package/lib/ignore-file.js +1 -1
  32. package/lib/ini.js +1 -1
  33. package/lib/java/java-project.js +1 -1
  34. package/lib/java/junit.js +1 -1
  35. package/lib/java/maven-compile.js +1 -1
  36. package/lib/java/maven-packaging.js +1 -1
  37. package/lib/java/maven-sample.js +1 -1
  38. package/lib/java/pom.js +1 -1
  39. package/lib/java/projenrc.js +1 -1
  40. package/lib/javascript/bundler.js +1 -1
  41. package/lib/javascript/npm-config.js +1 -1
  42. package/lib/javascript/projenrc.js +1 -1
  43. package/lib/jest.js +1 -1
  44. package/lib/jsii-project.js +1 -1
  45. package/lib/json/projenrc.js +1 -1
  46. package/lib/json.js +1 -1
  47. package/lib/license.js +1 -1
  48. package/lib/logger.js +1 -1
  49. package/lib/makefile.js +1 -1
  50. package/lib/node-package.js +1 -1
  51. package/lib/node-project.js +1 -1
  52. package/lib/object-file.js +1 -1
  53. package/lib/project-build.js +1 -1
  54. package/lib/project.js +2 -2
  55. package/lib/projects.js +1 -1
  56. package/lib/python/pip.js +1 -1
  57. package/lib/python/poetry.js +2 -2
  58. package/lib/python/projenrc.js +1 -1
  59. package/lib/python/pytest.js +1 -1
  60. package/lib/python/python-project.js +1 -1
  61. package/lib/python/python-sample.js +1 -1
  62. package/lib/python/requirements-file.js +1 -1
  63. package/lib/python/setuppy.js +1 -1
  64. package/lib/python/setuptools.js +1 -1
  65. package/lib/python/venv.js +1 -1
  66. package/lib/readme.js +1 -1
  67. package/lib/release/bump-version.d.ts +6 -0
  68. package/lib/release/bump-version.js +26 -20
  69. package/lib/release/bump-version.task.js +4 -1
  70. package/lib/release/publisher.js +1 -1
  71. package/lib/release/release-trigger.js +1 -1
  72. package/lib/release/release.d.ts +9 -0
  73. package/lib/release/release.js +3 -2
  74. package/lib/sample-file.js +2 -2
  75. package/lib/semver.js +1 -1
  76. package/lib/source-code.js +1 -1
  77. package/lib/tasks/runtime.js +1 -1
  78. package/lib/tasks/task.js +1 -1
  79. package/lib/tasks/tasks.js +1 -1
  80. package/lib/textfile.js +1 -1
  81. package/lib/toml.js +1 -1
  82. package/lib/typescript/projenrc.js +1 -1
  83. package/lib/typescript-config.js +1 -1
  84. package/lib/typescript.js +3 -3
  85. package/lib/upgrade-dependencies.js +2 -2
  86. package/lib/version.d.ts +6 -0
  87. package/lib/version.js +4 -2
  88. package/lib/vscode/devcontainer.js +1 -1
  89. package/lib/vscode/launch-config.js +1 -1
  90. package/lib/vscode/vscode.js +1 -1
  91. package/lib/web/next.js +3 -3
  92. package/lib/web/postcss.js +1 -1
  93. package/lib/web/react.js +4 -4
  94. package/lib/web/tailwind.js +1 -1
  95. package/lib/xmlfile.js +1 -1
  96. package/lib/yaml.js +1 -1
  97. package/node_modules/conventional-changelog-config-spec/CHANGELOG.md +15 -0
  98. package/node_modules/conventional-changelog-config-spec/README.md +7 -0
  99. package/node_modules/conventional-changelog-config-spec/index.js +1 -0
  100. package/node_modules/conventional-changelog-config-spec/package.json +32 -0
  101. package/node_modules/conventional-changelog-config-spec/renovate.json +5 -0
  102. package/node_modules/conventional-changelog-config-spec/tests/shared.js +38 -0
  103. package/node_modules/conventional-changelog-config-spec/tests/v1.test.js +7 -0
  104. package/node_modules/conventional-changelog-config-spec/tests/v2.test.js +26 -0
  105. package/node_modules/conventional-changelog-config-spec/versions/1.0.0/README.md +143 -0
  106. package/node_modules/conventional-changelog-config-spec/versions/1.0.0/schema.json +81 -0
  107. package/node_modules/conventional-changelog-config-spec/versions/2.0.0/README.md +155 -0
  108. package/node_modules/conventional-changelog-config-spec/versions/2.0.0/schema.json +89 -0
  109. package/node_modules/conventional-changelog-config-spec/versions/2.1.0/README.md +166 -0
  110. package/node_modules/conventional-changelog-config-spec/versions/2.1.0/schema.json +97 -0
  111. package/package.json +7 -4
package/.jsii CHANGED
@@ -13,6 +13,7 @@
13
13
  "@iarna/toml": "^2.2.5",
14
14
  "case": "^1.6.3",
15
15
  "chalk": "^4.1.2",
16
+ "conventional-changelog-config-spec": "^2.1.0",
16
17
  "fs-extra": "^9.1.0",
17
18
  "glob": "^7",
18
19
  "ini": "^2.0.0",
@@ -16736,7 +16737,7 @@
16736
16737
  },
16737
16738
  "locationInModule": {
16738
16739
  "filename": "src/version.ts",
16739
- "line": 45
16740
+ "line": 50
16740
16741
  },
16741
16742
  "parameters": [
16742
16743
  {
@@ -16756,7 +16757,7 @@
16756
16757
  "kind": "class",
16757
16758
  "locationInModule": {
16758
16759
  "filename": "src/version.ts",
16759
- "line": 24
16760
+ "line": 29
16760
16761
  },
16761
16762
  "name": "Version",
16762
16763
  "properties": [
@@ -16768,7 +16769,7 @@
16768
16769
  "immutable": true,
16769
16770
  "locationInModule": {
16770
16771
  "filename": "src/version.ts",
16771
- "line": 25
16772
+ "line": 30
16772
16773
  },
16773
16774
  "name": "STANDARD_VERSION",
16774
16775
  "static": true,
@@ -16783,7 +16784,7 @@
16783
16784
  "immutable": true,
16784
16785
  "locationInModule": {
16785
16786
  "filename": "src/version.ts",
16786
- "line": 27
16787
+ "line": 32
16787
16788
  },
16788
16789
  "name": "bumpTask",
16789
16790
  "type": {
@@ -16798,7 +16799,7 @@
16798
16799
  "immutable": true,
16799
16800
  "locationInModule": {
16800
16801
  "filename": "src/version.ts",
16801
- "line": 33
16802
+ "line": 38
16802
16803
  },
16803
16804
  "name": "changelogFileName",
16804
16805
  "type": {
@@ -16813,7 +16814,7 @@
16813
16814
  "immutable": true,
16814
16815
  "locationInModule": {
16815
16816
  "filename": "src/version.ts",
16816
- "line": 43
16817
+ "line": 48
16817
16818
  },
16818
16819
  "name": "releaseTagFileName",
16819
16820
  "type": {
@@ -16827,7 +16828,7 @@
16827
16828
  "immutable": true,
16828
16829
  "locationInModule": {
16829
16830
  "filename": "src/version.ts",
16830
- "line": 28
16831
+ "line": 33
16831
16832
  },
16832
16833
  "name": "unbumpTask",
16833
16834
  "type": {
@@ -16842,7 +16843,7 @@
16842
16843
  "immutable": true,
16843
16844
  "locationInModule": {
16844
16845
  "filename": "src/version.ts",
16845
- "line": 38
16846
+ "line": 43
16846
16847
  },
16847
16848
  "name": "versionFileName",
16848
16849
  "type": {
@@ -16899,6 +16900,28 @@
16899
16900
  "type": {
16900
16901
  "primitive": "string"
16901
16902
  }
16903
+ },
16904
+ {
16905
+ "abstract": true,
16906
+ "docs": {
16907
+ "stability": "experimental",
16908
+ "summary": "Custom configuration for versionrc file used by standard-release."
16909
+ },
16910
+ "immutable": true,
16911
+ "locationInModule": {
16912
+ "filename": "src/version.ts",
16913
+ "line": 26
16914
+ },
16915
+ "name": "versionrcOptions",
16916
+ "optional": true,
16917
+ "type": {
16918
+ "collection": {
16919
+ "elementtype": {
16920
+ "primitive": "any"
16921
+ },
16922
+ "kind": "map"
16923
+ }
16924
+ }
16902
16925
  }
16903
16926
  ],
16904
16927
  "symbolId": "src/version:VersionOptions"
@@ -28785,7 +28808,7 @@
28785
28808
  "kind": "interface",
28786
28809
  "locationInModule": {
28787
28810
  "filename": "src/release/release.ts",
28788
- "line": 460
28811
+ "line": 469
28789
28812
  },
28790
28813
  "name": "BranchOptions",
28791
28814
  "namespace": "release",
@@ -28799,7 +28822,7 @@
28799
28822
  "immutable": true,
28800
28823
  "locationInModule": {
28801
28824
  "filename": "src/release/release.ts",
28802
- "line": 470
28825
+ "line": 479
28803
28826
  },
28804
28827
  "name": "majorVersion",
28805
28828
  "type": {
@@ -28816,7 +28839,7 @@
28816
28839
  "immutable": true,
28817
28840
  "locationInModule": {
28818
28841
  "filename": "src/release/release.ts",
28819
- "line": 477
28842
+ "line": 486
28820
28843
  },
28821
28844
  "name": "prerelease",
28822
28845
  "optional": true,
@@ -28835,7 +28858,7 @@
28835
28858
  "immutable": true,
28836
28859
  "locationInModule": {
28837
28860
  "filename": "src/release/release.ts",
28838
- "line": 491
28861
+ "line": 500
28839
28862
  },
28840
28863
  "name": "tagPrefix",
28841
28864
  "optional": true,
@@ -28853,7 +28876,7 @@
28853
28876
  "immutable": true,
28854
28877
  "locationInModule": {
28855
28878
  "filename": "src/release/release.ts",
28856
- "line": 465
28879
+ "line": 474
28857
28880
  },
28858
28881
  "name": "workflowName",
28859
28882
  "optional": true,
@@ -30167,7 +30190,7 @@
30167
30190
  },
30168
30191
  "locationInModule": {
30169
30192
  "filename": "src/release/release.ts",
30170
- "line": 211
30193
+ "line": 219
30171
30194
  },
30172
30195
  "parameters": [
30173
30196
  {
@@ -30187,7 +30210,7 @@
30187
30210
  "kind": "class",
30188
30211
  "locationInModule": {
30189
30212
  "filename": "src/release/release.ts",
30190
- "line": 191
30213
+ "line": 199
30191
30214
  },
30192
30215
  "methods": [
30193
30216
  {
@@ -30198,7 +30221,7 @@
30198
30221
  },
30199
30222
  "locationInModule": {
30200
30223
  "filename": "src/release/release.ts",
30201
- "line": 291
30224
+ "line": 300
30202
30225
  },
30203
30226
  "name": "addBranch",
30204
30227
  "parameters": [
@@ -30229,7 +30252,7 @@
30229
30252
  },
30230
30253
  "locationInModule": {
30231
30254
  "filename": "src/release/release.ts",
30232
- "line": 312
30255
+ "line": 321
30233
30256
  },
30234
30257
  "name": "addJobs",
30235
30258
  "parameters": [
@@ -30256,7 +30279,7 @@
30256
30279
  },
30257
30280
  "locationInModule": {
30258
30281
  "filename": "src/release/release.ts",
30259
- "line": 319
30282
+ "line": 328
30260
30283
  },
30261
30284
  "name": "preSynthesize",
30262
30285
  "overrides": "projen.Component"
@@ -30273,7 +30296,7 @@
30273
30296
  "immutable": true,
30274
30297
  "locationInModule": {
30275
30298
  "filename": "src/release/release.ts",
30276
- "line": 332
30299
+ "line": 341
30277
30300
  },
30278
30301
  "name": "branches",
30279
30302
  "type": {
@@ -30293,7 +30316,7 @@
30293
30316
  "immutable": true,
30294
30317
  "locationInModule": {
30295
30318
  "filename": "src/release/release.ts",
30296
- "line": 195
30319
+ "line": 203
30297
30320
  },
30298
30321
  "name": "publisher",
30299
30322
  "type": {
@@ -30317,7 +30340,7 @@
30317
30340
  "kind": "interface",
30318
30341
  "locationInModule": {
30319
30342
  "filename": "src/release/release.ts",
30320
- "line": 153
30343
+ "line": 161
30321
30344
  },
30322
30345
  "name": "ReleaseOptions",
30323
30346
  "namespace": "release",
@@ -30332,7 +30355,7 @@
30332
30355
  "immutable": true,
30333
30356
  "locationInModule": {
30334
30357
  "filename": "src/release/release.ts",
30335
- "line": 176
30358
+ "line": 184
30336
30359
  },
30337
30360
  "name": "branch",
30338
30361
  "type": {
@@ -30349,7 +30372,7 @@
30349
30372
  "immutable": true,
30350
30373
  "locationInModule": {
30351
30374
  "filename": "src/release/release.ts",
30352
- "line": 159
30375
+ "line": 167
30353
30376
  },
30354
30377
  "name": "task",
30355
30378
  "type": {
@@ -30366,7 +30389,7 @@
30366
30389
  "immutable": true,
30367
30390
  "locationInModule": {
30368
30391
  "filename": "src/release/release.ts",
30369
- "line": 166
30392
+ "line": 174
30370
30393
  },
30371
30394
  "name": "versionFile",
30372
30395
  "type": {
@@ -30383,7 +30406,7 @@
30383
30406
  "immutable": true,
30384
30407
  "locationInModule": {
30385
30408
  "filename": "src/release/release.ts",
30386
- "line": 183
30409
+ "line": 191
30387
30410
  },
30388
30411
  "name": "githubRelease",
30389
30412
  "optional": true,
@@ -30700,6 +30723,30 @@
30700
30723
  }
30701
30724
  }
30702
30725
  },
30726
+ {
30727
+ "abstract": true,
30728
+ "docs": {
30729
+ "default": "- standard configuration applicable for GitHub repositories",
30730
+ "remarks": "Given values either append to default configuration or overwrite values in it.",
30731
+ "stability": "experimental",
30732
+ "summary": "Custom configuration used when creating changelog with standard-version package."
30733
+ },
30734
+ "immutable": true,
30735
+ "locationInModule": {
30736
+ "filename": "src/release/release.ts",
30737
+ "line": 155
30738
+ },
30739
+ "name": "versionrcOptions",
30740
+ "optional": true,
30741
+ "type": {
30742
+ "collection": {
30743
+ "elementtype": {
30744
+ "primitive": "any"
30745
+ },
30746
+ "kind": "map"
30747
+ }
30748
+ }
30749
+ },
30703
30750
  {
30704
30751
  "abstract": true,
30705
30752
  "docs": {
@@ -34062,6 +34109,6 @@
34062
34109
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34063
34110
  }
34064
34111
  },
34065
- "version": "0.33.2",
34066
- "fingerprint": "wd61N3wK7Pz0rR9Y4pZH7IkmqIVS8Pdak/aEW9vetMs="
34112
+ "version": "0.33.6",
34113
+ "fingerprint": "ar3+c4kL1Tg6O7i66rQcZamcfG1BLNHIQxO6MqjXSzs="
34067
34114
  }
package/API.md CHANGED
@@ -401,6 +401,7 @@ new AwsCdkConstructLibrary(options: AwsCdkConstructLibraryOptions)
401
401
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
402
402
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
403
403
  * **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*__
404
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
404
405
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
405
406
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
406
407
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -611,6 +612,7 @@ new AwsCdkTypeScriptApp(options: AwsCdkTypeScriptAppOptions)
611
612
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
612
613
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
613
614
  * **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*__
615
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
614
616
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
615
617
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
616
618
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -788,6 +790,7 @@ new Cdk8sTypeScriptApp(options: Cdk8sTypeScriptAppOptions)
788
790
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
789
791
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
790
792
  * **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*__
793
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
791
794
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
792
795
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
793
796
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -1018,6 +1021,7 @@ new ConstructLibrary(options: ConstructLibraryOptions)
1018
1021
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
1019
1022
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
1020
1023
  * **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*__
1024
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
1021
1025
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
1022
1026
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
1023
1027
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -1172,6 +1176,7 @@ new ConstructLibraryAws(options: AwsCdkConstructLibraryOptions)
1172
1176
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
1173
1177
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
1174
1178
  * **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*__
1179
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
1175
1180
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
1176
1181
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
1177
1182
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -1339,6 +1344,7 @@ new ConstructLibraryCdk8s(options: ConstructLibraryCdk8sOptions)
1339
1344
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
1340
1345
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
1341
1346
  * **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*__
1347
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
1342
1348
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
1343
1349
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
1344
1350
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -1513,6 +1519,7 @@ new ConstructLibraryCdktf(options: ConstructLibraryCdktfOptions)
1513
1519
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
1514
1520
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
1515
1521
  * **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*__
1522
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
1516
1523
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
1517
1524
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
1518
1525
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -2585,6 +2592,7 @@ new JsiiProject(options: JsiiProjectOptions)
2585
2592
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
2586
2593
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
2587
2594
  * **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*__
2595
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
2588
2596
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
2589
2597
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
2590
2598
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -3338,6 +3346,7 @@ new NodeProject(options: NodeProjectOptions)
3338
3346
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
3339
3347
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
3340
3348
  * **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*__
3349
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
3341
3350
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
3342
3351
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
3343
3352
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -4502,6 +4511,7 @@ new TypeScriptAppProject(options: TypeScriptProjectOptions)
4502
4511
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
4503
4512
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
4504
4513
  * **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*__
4514
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
4505
4515
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
4506
4516
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
4507
4517
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -4642,6 +4652,7 @@ new TypeScriptLibraryProject(options: TypeScriptProjectOptions)
4642
4652
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
4643
4653
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
4644
4654
  * **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*__
4655
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
4645
4656
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
4646
4657
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
4647
4658
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -4782,6 +4793,7 @@ new TypeScriptProject(options: TypeScriptProjectOptions)
4782
4793
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
4783
4794
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
4784
4795
  * **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*__
4796
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
4785
4797
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
4786
4798
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
4787
4799
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -5028,6 +5040,7 @@ new Version(project: Project, options: VersionOptions)
5028
5040
  * **options** (<code>[VersionOptions](#projen-versionoptions)</code>) *No description*
5029
5041
  * **artifactsDirectory** (<code>string</code>) The name of the directory into which `changelog.md` and `version.txt` files are emitted.
5030
5042
  * **versionInputFile** (<code>string</code>) A name of a .json file to set the `version` field in after a bump.
5043
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration for versionrc file used by standard-release. __*Optional*__
5031
5044
 
5032
5045
 
5033
5046
 
@@ -7399,6 +7412,7 @@ new release.Release(project: GitHubProject, options: ReleaseOptions)
7399
7412
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
7400
7413
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
7401
7414
  * **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*__
7415
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
7402
7416
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
7403
7417
  * **branch** (<code>string</code>) The default branch name to release from.
7404
7418
  * **task** (<code>[tasks.Task](#projen-tasks-task)</code>) The task to execute in order to create the release artifacts.
@@ -8243,6 +8257,7 @@ new web.NextJsProject(options: NextJsProjectOptions)
8243
8257
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
8244
8258
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
8245
8259
  * **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*__
8260
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
8246
8261
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
8247
8262
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
8248
8263
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -8382,6 +8397,7 @@ new web.NextJsTypeScriptProject(options: NextJsTypeScriptProjectOptions)
8382
8397
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
8383
8398
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
8384
8399
  * **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*__
8400
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
8385
8401
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
8386
8402
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
8387
8403
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -8594,6 +8610,7 @@ new web.ReactProject(options: ReactProjectOptions)
8594
8610
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
8595
8611
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
8596
8612
  * **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*__
8613
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
8597
8614
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
8598
8615
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
8599
8616
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -8774,6 +8791,7 @@ new web.ReactTypeScriptProject(options: ReactTypeScriptProjectOptions)
8774
8791
  * **releaseTrigger** (<code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>) The release trigger to use. __*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
8775
8792
  * **releaseWorkflowName** (<code>string</code>) The name of the default release workflow. __*Default*__: "Release"
8776
8793
  * **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*__
8794
+ * **versionrcOptions** (<code>Map<string, any></code>) Custom configuration used when creating changelog with standard-version package. __*Default*__: standard configuration applicable for GitHub repositories
8777
8795
  * **workflowContainerImage** (<code>string</code>) Container image to use for GitHub workflows. __*Default*__: default image
8778
8796
  * **defaultReleaseBranch** (<code>string</code>) The name of the main release branch.
8779
8797
  * **autoApproveProjenUpgrades** (<code>boolean</code>) Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued). __*Default*__: false
@@ -9022,6 +9040,7 @@ Name | Type | Description
9022
9040
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
9023
9041
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
9024
9042
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
9043
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
9025
9044
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
9026
9045
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
9027
9046
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -9164,6 +9183,7 @@ Name | Type | Description
9164
9183
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
9165
9184
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
9166
9185
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
9186
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
9167
9187
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
9168
9188
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
9169
9189
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -9319,6 +9339,7 @@ Name | Type | Description
9319
9339
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
9320
9340
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
9321
9341
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
9342
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
9322
9343
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
9323
9344
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
9324
9345
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -9488,6 +9509,7 @@ Name | Type | Description
9488
9509
  **tsconfigDev**?⚠️ | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
9489
9510
  **tsconfigDevFile**?⚠️ | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
9490
9511
  **typescriptVersion**?⚠️ | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
9512
+ **versionrcOptions**?⚠️ | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
9491
9513
  **vscode**?⚠️ | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
9492
9514
  **workflowBootstrapSteps**?⚠️ | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
9493
9515
  **workflowContainerImage**?⚠️ | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -9640,6 +9662,7 @@ Name | Type | Description
9640
9662
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
9641
9663
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
9642
9664
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
9665
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
9643
9666
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
9644
9667
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
9645
9668
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -9787,6 +9810,7 @@ Name | Type | Description
9787
9810
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
9788
9811
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
9789
9812
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
9813
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
9790
9814
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
9791
9815
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
9792
9816
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -9933,6 +9957,7 @@ Name | Type | Description
9933
9957
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
9934
9958
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
9935
9959
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
9960
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
9936
9961
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
9937
9962
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
9938
9963
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -10767,6 +10792,7 @@ Name | Type | Description
10767
10792
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
10768
10793
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
10769
10794
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
10795
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
10770
10796
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
10771
10797
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
10772
10798
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -11027,6 +11053,7 @@ Name | Type | Description
11027
11053
  **stability**?🔹 | <code>string</code> | Package's Stability.<br/>__*Optional*__
11028
11054
  **stale**?🔹 | <code>boolean</code> | Auto-close of stale issues and pull request.<br/>__*Default*__: true
11029
11055
  **staleOptions**?🔹 | <code>[github.StaleOptions](#projen-github-staleoptions)</code> | Auto-close stale issues and pull requests.<br/>__*Default*__: see defaults in `StaleOptions`
11056
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
11030
11057
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
11031
11058
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
11032
11059
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -11394,6 +11421,7 @@ Name | Type | Description
11394
11421
  **tsconfigDev**?⚠️ | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
11395
11422
  **tsconfigDevFile**?⚠️ | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
11396
11423
  **typescriptVersion**?⚠️ | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
11424
+ **versionrcOptions**?⚠️ | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
11397
11425
  **vscode**?⚠️ | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
11398
11426
  **workflowBootstrapSteps**?⚠️ | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
11399
11427
  **workflowContainerImage**?⚠️ | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -11526,6 +11554,7 @@ Name | Type | Description
11526
11554
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
11527
11555
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
11528
11556
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
11557
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
11529
11558
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
11530
11559
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
11531
11560
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -11600,6 +11629,7 @@ Name | Type | Description
11600
11629
  -----|------|-------------
11601
11630
  **artifactsDirectory**🔹 | <code>string</code> | The name of the directory into which `changelog.md` and `version.txt` files are emitted.
11602
11631
  **versionInputFile**🔹 | <code>string</code> | A name of a .json file to set the `version` field in after a bump.
11632
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration for versionrc file used by standard-release.<br/>__*Optional*__
11603
11633
 
11604
11634
 
11605
11635
 
@@ -12977,6 +13007,7 @@ Name | Type | Description
12977
13007
  **releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
12978
13008
  **releaseWorkflowName**?🔹 | <code>string</code> | The name of the default release workflow.<br/>__*Default*__: "Release"
12979
13009
  **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*__
13010
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
12980
13011
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
12981
13012
 
12982
13013
 
@@ -13005,6 +13036,7 @@ Name | Type | Description
13005
13036
  **releaseTrigger**?🔹 | <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code> | The release trigger to use.<br/>__*Default*__: Continuous releases (`ReleaseTrigger.continuous()`)
13006
13037
  **releaseWorkflowName**?🔹 | <code>string</code> | The name of the default release workflow.<br/>__*Default*__: "Release"
13007
13038
  **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*__
13039
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
13008
13040
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
13009
13041
 
13010
13042
 
@@ -13355,6 +13387,7 @@ Name | Type | Description
13355
13387
  **stale**?🔹 | <code>boolean</code> | Auto-close of stale issues and pull request.<br/>__*Default*__: true
13356
13388
  **staleOptions**?🔹 | <code>[github.StaleOptions](#projen-github-staleoptions)</code> | Auto-close stale issues and pull requests.<br/>__*Default*__: see defaults in `StaleOptions`
13357
13389
  **tailwind**?🔹 | <code>boolean</code> | Setup Tailwind CSS as a PostCSS plugin.<br/>__*Default*__: true
13390
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
13358
13391
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
13359
13392
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
13360
13393
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -13489,6 +13522,7 @@ Name | Type | Description
13489
13522
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
13490
13523
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
13491
13524
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
13525
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
13492
13526
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
13493
13527
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
13494
13528
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -13636,6 +13670,7 @@ Name | Type | Description
13636
13670
  **stability**?🔹 | <code>string</code> | Package's Stability.<br/>__*Optional*__
13637
13671
  **stale**?🔹 | <code>boolean</code> | Auto-close of stale issues and pull request.<br/>__*Default*__: true
13638
13672
  **staleOptions**?🔹 | <code>[github.StaleOptions](#projen-github-staleoptions)</code> | Auto-close stale issues and pull requests.<br/>__*Default*__: see defaults in `StaleOptions`
13673
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
13639
13674
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
13640
13675
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
13641
13676
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -13798,6 +13833,7 @@ Name | Type | Description
13798
13833
  **tsconfigDev**?🔹 | <code>[TypescriptConfigOptions](#projen-typescriptconfigoptions)</code> | Custom tsconfig options for the development tsconfig.json file (used for testing).<br/>__*Default*__: use the production tsconfig options
13799
13834
  **tsconfigDevFile**?🔹 | <code>string</code> | The name of the development tsconfig.json file.<br/>__*Default*__: "tsconfig.dev.json"
13800
13835
  **typescriptVersion**?🔹 | <code>string</code> | TypeScript version to use.<br/>__*Default*__: "latest"
13836
+ **versionrcOptions**?🔹 | <code>Map<string, any></code> | Custom configuration used when creating changelog with standard-version package.<br/>__*Default*__: standard configuration applicable for GitHub repositories
13801
13837
  **vscode**?🔹 | <code>boolean</code> | Enable VSCode integration.<br/>__*Default*__: true
13802
13838
  **workflowBootstrapSteps**?🔹 | <code>Array<any></code> | Workflow steps to use in order to bootstrap this repo.<br/>__*Default*__: "yarn install --frozen-lockfile && yarn projen"
13803
13839
  **workflowContainerImage**?🔹 | <code>string</code> | Container image to use for GitHub workflows.<br/>__*Default*__: default image
@@ -42,5 +42,5 @@ class AutoDiscover extends component_1.Component {
42
42
  }
43
43
  exports.AutoDiscover = AutoDiscover;
44
44
  _a = JSII_RTTI_SYMBOL_1;
45
- AutoDiscover[_a] = { fqn: "projen.awscdk.AutoDiscover", version: "0.33.2" };
45
+ AutoDiscover[_a] = { fqn: "projen.awscdk.AutoDiscover", version: "0.33.6" };
46
46
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by1kaXNjb3Zlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9hd3NjZGsvYXV0by1kaXNjb3Zlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLCtCQUE0QjtBQUM1Qiw2QkFBNkI7QUFDN0IsNENBQXlDO0FBRXpDLHlDQUFtRDtBQUNuRCx1REFBZ0Y7Ozs7OztBQWVoRixNQUFhLFlBQWEsU0FBUSxxQkFBUzs7OztJQUd6QyxZQUFZLE9BQWdCLEVBQUUsT0FBNEI7UUFDeEQsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBRWYsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7SUFDekIsQ0FBQzs7Ozs7O0lBRU0sYUFBYTtRQUNsQixNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sZ0NBQXFCLEVBQUUsRUFBRTtZQUM1RCxHQUFHLEVBQUUsV0FBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDO1NBQ3BELENBQUMsQ0FBQztRQUVILEtBQUssTUFBTSxVQUFVLElBQUksV0FBVyxFQUFFO1lBQ3BDLElBQUksZ0NBQWMsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFO2dCQUMvQixNQUFNLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNO2dCQUMzQixNQUFNLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNO2dCQUMzQixVQUFVLEVBQUUsV0FBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLFVBQVUsQ0FBQztnQkFDakQsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWE7YUFDOUIsQ0FBQyxDQUFDO1NBQ0o7SUFDSCxDQUFDOztBQXRCSCxvQ0F1QkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqb2luIH0gZnJvbSAncGF0aCc7XG5pbXBvcnQgKiBhcyBnbG9iIGZyb20gJ2dsb2InO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnLi4vY29tcG9uZW50JztcbmltcG9ydCB7IFByb2plY3QgfSBmcm9tICcuLi9wcm9qZWN0JztcbmltcG9ydCB7IFRZUEVTQ1JJUFRfTEFNQkRBX0VYVCB9IGZyb20gJy4vaW50ZXJuYWwnO1xuaW1wb3J0IHsgTGFtYmRhRnVuY3Rpb24sIExhbWJkYUZ1bmN0aW9uQ29tbW9uT3B0aW9ucyB9IGZyb20gJy4vbGFtYmRhLWZ1bmN0aW9uJztcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbmV4cG9ydCBpbnRlcmZhY2UgQXV0b0Rpc2NvdmVyT3B0aW9ucyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSBsYW1iZGFPcHRpb25zPzogTGFtYmRhRnVuY3Rpb25Db21tb25PcHRpb25zO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IHNyY2Rpcjogc3RyaW5nO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbiAgcmVhZG9ubHkgbGliZGlyOiBzdHJpbmc7XG59XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbmV4cG9ydCBjbGFzcyBBdXRvRGlzY292ZXIgZXh0ZW5kcyBDb21wb25lbnQge1xuICBwcml2YXRlIHJlYWRvbmx5IG9wdGlvbnM6IEF1dG9EaXNjb3Zlck9wdGlvbnM7XG5cbiAgY29uc3RydWN0b3IocHJvamVjdDogUHJvamVjdCwgb3B0aW9uczogQXV0b0Rpc2NvdmVyT3B0aW9ucykge1xuICAgIHN1cGVyKHByb2plY3QpO1xuXG4gICAgdGhpcy5vcHRpb25zID0gb3B0aW9ucztcbiAgfVxuXG4gIHB1YmxpYyBwcmVTeW50aGVzaXplKCkge1xuICAgIGNvbnN0IGVudHJ5cG9pbnRzID0gZ2xvYi5zeW5jKGAqKi8qJHtUWVBFU0NSSVBUX0xBTUJEQV9FWFR9YCwge1xuICAgICAgY3dkOiBqb2luKHRoaXMucHJvamVjdC5vdXRkaXIsIHRoaXMub3B0aW9ucy5zcmNkaXIpLFxuICAgIH0pO1xuXG4gICAgZm9yIChjb25zdCBlbnRyeXBvaW50IG9mIGVudHJ5cG9pbnRzKSB7XG4gICAgICBuZXcgTGFtYmRhRnVuY3Rpb24odGhpcy5wcm9qZWN0LCB7XG4gICAgICAgIGxpYmRpcjogdGhpcy5vcHRpb25zLmxpYmRpcixcbiAgICAgICAgc3JjZGlyOiB0aGlzLm9wdGlvbnMuc3JjZGlyLFxuICAgICAgICBlbnRyeXBvaW50OiBqb2luKHRoaXMub3B0aW9ucy5zcmNkaXIsIGVudHJ5cG9pbnQpLFxuICAgICAgICAuLi50aGlzLm9wdGlvbnMubGFtYmRhT3B0aW9ucyxcbiAgICAgIH0pO1xuICAgIH1cbiAgfVxufSJdfQ==
@@ -41,7 +41,7 @@ class CdkConfig extends component_1.Component {
41
41
  }
42
42
  exports.CdkConfig = CdkConfig;
43
43
  _a = JSII_RTTI_SYMBOL_1;
44
- CdkConfig[_a] = { fqn: "projen.awscdk.CdkConfig", version: "0.33.2" };
44
+ CdkConfig[_a] = { fqn: "projen.awscdk.CdkConfig", version: "0.33.6" };
45
45
  /**
46
46
  * (experimental) Which approval is required when deploying CDK apps.
47
47
  *