projen 0.57.7 → 0.57.10

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 (117) hide show
  1. package/.jsii +118 -60
  2. package/docs/api/API.md +37 -8
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  24. package/lib/cdk8s/cdk8s-construct.js +1 -1
  25. package/lib/cdk8s/integration-test.js +1 -1
  26. package/lib/cdktf/cdktf-construct.js +1 -1
  27. package/lib/component.js +1 -1
  28. package/lib/dependencies.js +1 -1
  29. package/lib/dev-env.js +1 -1
  30. package/lib/docker-compose.js +2 -2
  31. package/lib/file.js +1 -1
  32. package/lib/gitattributes.js +1 -1
  33. package/lib/github/auto-approve.js +1 -1
  34. package/lib/github/auto-merge.js +1 -1
  35. package/lib/github/dependabot.js +1 -1
  36. package/lib/github/github-credentials.js +1 -1
  37. package/lib/github/github-project.js +1 -1
  38. package/lib/github/github.js +1 -1
  39. package/lib/github/mergify.js +1 -1
  40. package/lib/github/pr-template.js +1 -1
  41. package/lib/github/pull-request-lint.js +1 -1
  42. package/lib/github/stale.js +1 -1
  43. package/lib/github/task-workflow.js +1 -1
  44. package/lib/github/workflows.js +1 -1
  45. package/lib/gitlab/configuration.js +1 -1
  46. package/lib/gitlab/gitlab-configuration.js +1 -1
  47. package/lib/gitlab/nested-configuration.js +1 -1
  48. package/lib/gitpod.js +1 -1
  49. package/lib/ignore-file.js +1 -1
  50. package/lib/ini.js +1 -1
  51. package/lib/java/java-project.js +1 -1
  52. package/lib/java/junit.js +1 -1
  53. package/lib/java/maven-compile.js +1 -1
  54. package/lib/java/maven-packaging.js +1 -1
  55. package/lib/java/maven-sample.js +1 -1
  56. package/lib/java/pom.js +1 -1
  57. package/lib/java/projenrc.js +1 -1
  58. package/lib/javascript/bundler.js +1 -1
  59. package/lib/javascript/eslint.js +1 -1
  60. package/lib/javascript/jest.js +1 -1
  61. package/lib/javascript/node-package.js +1 -1
  62. package/lib/javascript/node-project.js +1 -1
  63. package/lib/javascript/npm-config.js +1 -1
  64. package/lib/javascript/prettier.js +1 -1
  65. package/lib/javascript/projenrc.js +1 -1
  66. package/lib/javascript/typescript-config.js +1 -1
  67. package/lib/javascript/upgrade-dependencies.js +2 -2
  68. package/lib/json.js +1 -1
  69. package/lib/license.js +1 -1
  70. package/lib/logger.js +1 -1
  71. package/lib/makefile.js +1 -1
  72. package/lib/object-file.js +1 -1
  73. package/lib/project-build.js +1 -1
  74. package/lib/project.js +1 -1
  75. package/lib/projects.js +1 -1
  76. package/lib/projenrc-json.js +1 -1
  77. package/lib/python/pip.js +1 -1
  78. package/lib/python/poetry.js +2 -2
  79. package/lib/python/projenrc.js +1 -1
  80. package/lib/python/pytest-sample.js +1 -1
  81. package/lib/python/pytest.js +1 -1
  82. package/lib/python/python-project.js +1 -1
  83. package/lib/python/python-sample.js +1 -1
  84. package/lib/python/requirements-file.js +1 -1
  85. package/lib/python/setuppy.js +1 -1
  86. package/lib/python/setuptools.js +1 -1
  87. package/lib/python/venv.js +1 -1
  88. package/lib/readme.js +1 -1
  89. package/lib/release/publisher.d.ts +20 -2
  90. package/lib/release/publisher.d.ts.map +1 -1
  91. package/lib/release/publisher.js +25 -9
  92. package/lib/release/release-trigger.js +1 -1
  93. package/lib/release/release.js +1 -1
  94. package/lib/renovatebot.js +1 -1
  95. package/lib/sample-file.js +2 -2
  96. package/lib/semver.js +1 -1
  97. package/lib/source-code.js +1 -1
  98. package/lib/task-runtime.js +1 -1
  99. package/lib/task.js +1 -1
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +3 -3
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +4 -4
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/package.json +1 -1
package/.jsii CHANGED
@@ -40992,7 +40992,7 @@
40992
40992
  "kind": "interface",
40993
40993
  "locationInModule": {
40994
40994
  "filename": "src/release/publisher.ts",
40995
- "line": 733
40995
+ "line": 752
40996
40996
  },
40997
40997
  "name": "CodeArtifactOptions",
40998
40998
  "namespace": "release",
@@ -41008,7 +41008,7 @@
41008
41008
  "immutable": true,
41009
41009
  "locationInModule": {
41010
41010
  "filename": "src/release/publisher.ts",
41011
- "line": 740
41011
+ "line": 759
41012
41012
  },
41013
41013
  "name": "accessKeyIdSecret",
41014
41014
  "optional": true,
@@ -41026,7 +41026,7 @@
41026
41026
  "immutable": true,
41027
41027
  "locationInModule": {
41028
41028
  "filename": "src/release/publisher.ts",
41029
- "line": 756
41029
+ "line": 775
41030
41030
  },
41031
41031
  "name": "roleToAssume",
41032
41032
  "optional": true,
@@ -41045,7 +41045,7 @@
41045
41045
  "immutable": true,
41046
41046
  "locationInModule": {
41047
41047
  "filename": "src/release/publisher.ts",
41048
- "line": 748
41048
+ "line": 767
41049
41049
  },
41050
41050
  "name": "secretAccessKeySecret",
41051
41051
  "optional": true,
@@ -41067,7 +41067,7 @@
41067
41067
  "kind": "interface",
41068
41068
  "locationInModule": {
41069
41069
  "filename": "src/release/publisher.ts",
41070
- "line": 658
41070
+ "line": 677
41071
41071
  },
41072
41072
  "name": "CommonPublishOptions",
41073
41073
  "namespace": "release",
@@ -41082,7 +41082,7 @@
41082
41082
  "immutable": true,
41083
41083
  "locationInModule": {
41084
41084
  "filename": "src/release/publisher.ts",
41085
- "line": 668
41085
+ "line": 687
41086
41086
  },
41087
41087
  "name": "prePublishSteps",
41088
41088
  "optional": true,
@@ -41105,7 +41105,7 @@
41105
41105
  "immutable": true,
41106
41106
  "locationInModule": {
41107
41107
  "filename": "src/release/publisher.ts",
41108
- "line": 674
41108
+ "line": 693
41109
41109
  },
41110
41110
  "name": "publishTools",
41111
41111
  "optional": true,
@@ -41130,7 +41130,7 @@
41130
41130
  "kind": "interface",
41131
41131
  "locationInModule": {
41132
41132
  "filename": "src/release/publisher.ts",
41133
- "line": 982
41133
+ "line": 1021
41134
41134
  },
41135
41135
  "name": "GitHubReleasesPublishOptions",
41136
41136
  "namespace": "release",
@@ -41145,7 +41145,7 @@
41145
41145
  "immutable": true,
41146
41146
  "locationInModule": {
41147
41147
  "filename": "src/release/publisher.ts",
41148
- "line": 967
41148
+ "line": 1006
41149
41149
  },
41150
41150
  "name": "changelogFile",
41151
41151
  "type": {
@@ -41162,7 +41162,7 @@
41162
41162
  "immutable": true,
41163
41163
  "locationInModule": {
41164
41164
  "filename": "src/release/publisher.ts",
41165
- "line": 960
41165
+ "line": 999
41166
41166
  },
41167
41167
  "name": "releaseTagFile",
41168
41168
  "type": {
@@ -41179,7 +41179,7 @@
41179
41179
  "immutable": true,
41180
41180
  "locationInModule": {
41181
41181
  "filename": "src/release/publisher.ts",
41182
- "line": 953
41182
+ "line": 992
41183
41183
  },
41184
41184
  "name": "versionFile",
41185
41185
  "type": {
@@ -41200,7 +41200,7 @@
41200
41200
  "kind": "interface",
41201
41201
  "locationInModule": {
41202
41202
  "filename": "src/release/publisher.ts",
41203
- "line": 989
41203
+ "line": 1028
41204
41204
  },
41205
41205
  "name": "GitPublishOptions",
41206
41206
  "namespace": "release",
@@ -41215,7 +41215,7 @@
41215
41215
  "immutable": true,
41216
41216
  "locationInModule": {
41217
41217
  "filename": "src/release/publisher.ts",
41218
- "line": 967
41218
+ "line": 1006
41219
41219
  },
41220
41220
  "name": "changelogFile",
41221
41221
  "type": {
@@ -41232,7 +41232,7 @@
41232
41232
  "immutable": true,
41233
41233
  "locationInModule": {
41234
41234
  "filename": "src/release/publisher.ts",
41235
- "line": 960
41235
+ "line": 999
41236
41236
  },
41237
41237
  "name": "releaseTagFile",
41238
41238
  "type": {
@@ -41249,7 +41249,7 @@
41249
41249
  "immutable": true,
41250
41250
  "locationInModule": {
41251
41251
  "filename": "src/release/publisher.ts",
41252
- "line": 953
41252
+ "line": 992
41253
41253
  },
41254
41254
  "name": "versionFile",
41255
41255
  "type": {
@@ -41266,7 +41266,7 @@
41266
41266
  "immutable": true,
41267
41267
  "locationInModule": {
41268
41268
  "filename": "src/release/publisher.ts",
41269
- "line": 1000
41269
+ "line": 1039
41270
41270
  },
41271
41271
  "name": "gitBranch",
41272
41272
  "optional": true,
@@ -41284,7 +41284,7 @@
41284
41284
  "immutable": true,
41285
41285
  "locationInModule": {
41286
41286
  "filename": "src/release/publisher.ts",
41287
- "line": 1007
41287
+ "line": 1046
41288
41288
  },
41289
41289
  "name": "gitPushCommand",
41290
41290
  "optional": true,
@@ -41301,7 +41301,7 @@
41301
41301
  "immutable": true,
41302
41302
  "locationInModule": {
41303
41303
  "filename": "src/release/publisher.ts",
41304
- "line": 993
41304
+ "line": 1032
41305
41305
  },
41306
41306
  "name": "projectChangelogFile",
41307
41307
  "optional": true,
@@ -41316,8 +41316,8 @@
41316
41316
  "assembly": "projen",
41317
41317
  "datatype": true,
41318
41318
  "docs": {
41319
- "deprecated": "Use `GoPublishOptions` instead.\nexport interface JsiiReleaseGo extends GoPublishOptions { }\n/**\nOptions for Go releases.",
41320
- "stability": "deprecated"
41319
+ "stability": "experimental",
41320
+ "summary": "Options for Go releases."
41321
41321
  },
41322
41322
  "fqn": "projen.release.GoPublishOptions",
41323
41323
  "interfaces": [
@@ -41326,7 +41326,7 @@
41326
41326
  "kind": "interface",
41327
41327
  "locationInModule": {
41328
41328
  "filename": "src/release/publisher.ts",
41329
- "line": 904
41329
+ "line": 924
41330
41330
  },
41331
41331
  "name": "GoPublishOptions",
41332
41332
  "namespace": "release",
@@ -41335,13 +41335,13 @@
41335
41335
  "abstract": true,
41336
41336
  "docs": {
41337
41337
  "default": "\"main\"",
41338
- "stability": "deprecated",
41338
+ "stability": "experimental",
41339
41339
  "summary": "Branch to push to."
41340
41340
  },
41341
41341
  "immutable": true,
41342
41342
  "locationInModule": {
41343
41343
  "filename": "src/release/publisher.ts",
41344
- "line": 925
41344
+ "line": 964
41345
41345
  },
41346
41346
  "name": "gitBranch",
41347
41347
  "optional": true,
@@ -41353,13 +41353,13 @@
41353
41353
  "abstract": true,
41354
41354
  "docs": {
41355
41355
  "default": "\"chore(release): $VERSION\"",
41356
- "stability": "deprecated",
41356
+ "stability": "experimental",
41357
41357
  "summary": "The commit message."
41358
41358
  },
41359
41359
  "immutable": true,
41360
41360
  "locationInModule": {
41361
41361
  "filename": "src/release/publisher.ts",
41362
- "line": 944
41362
+ "line": 983
41363
41363
  },
41364
41364
  "name": "gitCommitMessage",
41365
41365
  "optional": true,
@@ -41367,17 +41367,36 @@
41367
41367
  "primitive": "string"
41368
41368
  }
41369
41369
  },
41370
+ {
41371
+ "abstract": true,
41372
+ "docs": {
41373
+ "default": "\"GO_GITHUB_DEPLOY_KEY\"",
41374
+ "remarks": "Ignored if `githubUseSsh` is `false`.",
41375
+ "stability": "experimental",
41376
+ "summary": "The name of the secret that includes a GitHub deploy key used to push to the GitHub repository."
41377
+ },
41378
+ "immutable": true,
41379
+ "locationInModule": {
41380
+ "filename": "src/release/publisher.ts",
41381
+ "line": 943
41382
+ },
41383
+ "name": "githubDeployKeySecret",
41384
+ "optional": true,
41385
+ "type": {
41386
+ "primitive": "string"
41387
+ }
41388
+ },
41370
41389
  {
41371
41390
  "abstract": true,
41372
41391
  "docs": {
41373
41392
  "default": "- derived from `moduleName`",
41374
- "stability": "deprecated",
41393
+ "stability": "experimental",
41375
41394
  "summary": "GitHub repository to push to."
41376
41395
  },
41377
41396
  "immutable": true,
41378
41397
  "locationInModule": {
41379
41398
  "filename": "src/release/publisher.ts",
41380
- "line": 918
41399
+ "line": 957
41381
41400
  },
41382
41401
  "name": "githubRepo",
41383
41402
  "optional": true,
@@ -41389,13 +41408,14 @@
41389
41408
  "abstract": true,
41390
41409
  "docs": {
41391
41410
  "default": "\"GO_GITHUB_TOKEN\"",
41392
- "stability": "deprecated",
41411
+ "remarks": "Ignored if `githubUseSsh` is `true`.",
41412
+ "stability": "experimental",
41393
41413
  "summary": "The name of the secret that includes a personal GitHub access token used to push to the GitHub repository."
41394
41414
  },
41395
41415
  "immutable": true,
41396
41416
  "locationInModule": {
41397
41417
  "filename": "src/release/publisher.ts",
41398
- "line": 911
41418
+ "line": 933
41399
41419
  },
41400
41420
  "name": "githubTokenSecret",
41401
41421
  "optional": true,
@@ -41403,6 +41423,24 @@
41403
41423
  "primitive": "string"
41404
41424
  }
41405
41425
  },
41426
+ {
41427
+ "abstract": true,
41428
+ "docs": {
41429
+ "default": "false",
41430
+ "stability": "experimental",
41431
+ "summary": "Use SSH to push to GitHub instead of a personal accses token."
41432
+ },
41433
+ "immutable": true,
41434
+ "locationInModule": {
41435
+ "filename": "src/release/publisher.ts",
41436
+ "line": 950
41437
+ },
41438
+ "name": "githubUseSsh",
41439
+ "optional": true,
41440
+ "type": {
41441
+ "primitive": "boolean"
41442
+ }
41443
+ },
41406
41444
  {
41407
41445
  "abstract": true,
41408
41446
  "docs": {
@@ -41410,13 +41448,13 @@
41410
41448
  "github": ".com\""
41411
41449
  },
41412
41450
  "default": "\"github-actions",
41413
- "stability": "deprecated",
41451
+ "stability": "experimental",
41414
41452
  "summary": "The email to use in the release git commit."
41415
41453
  },
41416
41454
  "immutable": true,
41417
41455
  "locationInModule": {
41418
41456
  "filename": "src/release/publisher.ts",
41419
- "line": 937
41457
+ "line": 976
41420
41458
  },
41421
41459
  "name": "gitUserEmail",
41422
41460
  "optional": true,
@@ -41428,13 +41466,13 @@
41428
41466
  "abstract": true,
41429
41467
  "docs": {
41430
41468
  "default": "\"github-actions\"",
41431
- "stability": "deprecated",
41469
+ "stability": "experimental",
41432
41470
  "summary": "The user name to use for the release git commit."
41433
41471
  },
41434
41472
  "immutable": true,
41435
41473
  "locationInModule": {
41436
41474
  "filename": "src/release/publisher.ts",
41437
- "line": 931
41475
+ "line": 970
41438
41476
  },
41439
41477
  "name": "gitUserName",
41440
41478
  "optional": true,
@@ -41445,6 +41483,26 @@
41445
41483
  ],
41446
41484
  "symbolId": "src/release/publisher:GoPublishOptions"
41447
41485
  },
41486
+ "projen.release.JsiiReleaseGo": {
41487
+ "assembly": "projen",
41488
+ "datatype": true,
41489
+ "docs": {
41490
+ "deprecated": "Use `GoPublishOptions` instead.",
41491
+ "stability": "deprecated"
41492
+ },
41493
+ "fqn": "projen.release.JsiiReleaseGo",
41494
+ "interfaces": [
41495
+ "projen.release.GoPublishOptions"
41496
+ ],
41497
+ "kind": "interface",
41498
+ "locationInModule": {
41499
+ "filename": "src/release/publisher.ts",
41500
+ "line": 919
41501
+ },
41502
+ "name": "JsiiReleaseGo",
41503
+ "namespace": "release",
41504
+ "symbolId": "src/release/publisher:JsiiReleaseGo"
41505
+ },
41448
41506
  "projen.release.JsiiReleaseMaven": {
41449
41507
  "assembly": "projen",
41450
41508
  "datatype": true,
@@ -41459,7 +41517,7 @@
41459
41517
  "kind": "interface",
41460
41518
  "locationInModule": {
41461
41519
  "filename": "src/release/publisher.ts",
41462
- "line": 813
41520
+ "line": 832
41463
41521
  },
41464
41522
  "name": "JsiiReleaseMaven",
41465
41523
  "namespace": "release",
@@ -41479,7 +41537,7 @@
41479
41537
  "kind": "interface",
41480
41538
  "locationInModule": {
41481
41539
  "filename": "src/release/publisher.ts",
41482
- "line": 680
41540
+ "line": 699
41483
41541
  },
41484
41542
  "name": "JsiiReleaseNpm",
41485
41543
  "namespace": "release",
@@ -41499,7 +41557,7 @@
41499
41557
  "kind": "interface",
41500
41558
  "locationInModule": {
41501
41559
  "filename": "src/release/publisher.ts",
41502
- "line": 791
41560
+ "line": 810
41503
41561
  },
41504
41562
  "name": "JsiiReleaseNuget",
41505
41563
  "namespace": "release",
@@ -41519,7 +41577,7 @@
41519
41577
  "kind": "interface",
41520
41578
  "locationInModule": {
41521
41579
  "filename": "src/release/publisher.ts",
41522
- "line": 762
41580
+ "line": 781
41523
41581
  },
41524
41582
  "name": "JsiiReleasePyPi",
41525
41583
  "namespace": "release",
@@ -41612,7 +41670,7 @@
41612
41670
  "kind": "interface",
41613
41671
  "locationInModule": {
41614
41672
  "filename": "src/release/publisher.ts",
41615
- "line": 818
41673
+ "line": 837
41616
41674
  },
41617
41675
  "name": "MavenPublishOptions",
41618
41676
  "namespace": "release",
@@ -41628,7 +41686,7 @@
41628
41686
  "immutable": true,
41629
41687
  "locationInModule": {
41630
41688
  "filename": "src/release/publisher.ts",
41631
- "line": 824
41689
+ "line": 843
41632
41690
  },
41633
41691
  "name": "mavenEndpoint",
41634
41692
  "optional": true,
@@ -41648,7 +41706,7 @@
41648
41706
  "immutable": true,
41649
41707
  "locationInModule": {
41650
41708
  "filename": "src/release/publisher.ts",
41651
- "line": 857
41709
+ "line": 876
41652
41710
  },
41653
41711
  "name": "mavenGpgPrivateKeyPassphrase",
41654
41712
  "optional": true,
@@ -41668,7 +41726,7 @@
41668
41726
  "immutable": true,
41669
41727
  "locationInModule": {
41670
41728
  "filename": "src/release/publisher.ts",
41671
- "line": 848
41729
+ "line": 867
41672
41730
  },
41673
41731
  "name": "mavenGpgPrivateKeySecret",
41674
41732
  "optional": true,
@@ -41688,7 +41746,7 @@
41688
41746
  "immutable": true,
41689
41747
  "locationInModule": {
41690
41748
  "filename": "src/release/publisher.ts",
41691
- "line": 883
41749
+ "line": 902
41692
41750
  },
41693
41751
  "name": "mavenPassword",
41694
41752
  "optional": true,
@@ -41706,7 +41764,7 @@
41706
41764
  "immutable": true,
41707
41765
  "locationInModule": {
41708
41766
  "filename": "src/release/publisher.ts",
41709
- "line": 838
41767
+ "line": 857
41710
41768
  },
41711
41769
  "name": "mavenRepositoryUrl",
41712
41770
  "optional": true,
@@ -41724,7 +41782,7 @@
41724
41782
  "immutable": true,
41725
41783
  "locationInModule": {
41726
41784
  "filename": "src/release/publisher.ts",
41727
- "line": 831
41785
+ "line": 850
41728
41786
  },
41729
41787
  "name": "mavenServerId",
41730
41788
  "optional": true,
@@ -41742,7 +41800,7 @@
41742
41800
  "immutable": true,
41743
41801
  "locationInModule": {
41744
41802
  "filename": "src/release/publisher.ts",
41745
- "line": 894
41803
+ "line": 913
41746
41804
  },
41747
41805
  "name": "mavenStagingProfileId",
41748
41806
  "optional": true,
@@ -41762,7 +41820,7 @@
41762
41820
  "immutable": true,
41763
41821
  "locationInModule": {
41764
41822
  "filename": "src/release/publisher.ts",
41765
- "line": 870
41823
+ "line": 889
41766
41824
  },
41767
41825
  "name": "mavenUsername",
41768
41826
  "optional": true,
@@ -41787,7 +41845,7 @@
41787
41845
  "kind": "interface",
41788
41846
  "locationInModule": {
41789
41847
  "filename": "src/release/publisher.ts",
41790
- "line": 685
41848
+ "line": 704
41791
41849
  },
41792
41850
  "name": "NpmPublishOptions",
41793
41851
  "namespace": "release",
@@ -41802,7 +41860,7 @@
41802
41860
  "immutable": true,
41803
41861
  "locationInModule": {
41804
41862
  "filename": "src/release/publisher.ts",
41805
- "line": 730
41863
+ "line": 749
41806
41864
  },
41807
41865
  "name": "codeArtifactOptions",
41808
41866
  "optional": true,
@@ -41822,7 +41880,7 @@
41822
41880
  "immutable": true,
41823
41881
  "locationInModule": {
41824
41882
  "filename": "src/release/publisher.ts",
41825
- "line": 703
41883
+ "line": 722
41826
41884
  },
41827
41885
  "name": "distTag",
41828
41886
  "optional": true,
@@ -41840,7 +41898,7 @@
41840
41898
  "immutable": true,
41841
41899
  "locationInModule": {
41842
41900
  "filename": "src/release/publisher.ts",
41843
- "line": 723
41901
+ "line": 742
41844
41902
  },
41845
41903
  "name": "npmTokenSecret",
41846
41904
  "optional": true,
@@ -41860,7 +41918,7 @@
41860
41918
  "immutable": true,
41861
41919
  "locationInModule": {
41862
41920
  "filename": "src/release/publisher.ts",
41863
- "line": 717
41921
+ "line": 736
41864
41922
  },
41865
41923
  "name": "registry",
41866
41924
  "optional": true,
@@ -41885,7 +41943,7 @@
41885
41943
  "kind": "interface",
41886
41944
  "locationInModule": {
41887
41945
  "filename": "src/release/publisher.ts",
41888
- "line": 796
41946
+ "line": 815
41889
41947
  },
41890
41948
  "name": "NugetPublishOptions",
41891
41949
  "namespace": "release",
@@ -41900,7 +41958,7 @@
41900
41958
  "immutable": true,
41901
41959
  "locationInModule": {
41902
41960
  "filename": "src/release/publisher.ts",
41903
- "line": 802
41961
+ "line": 821
41904
41962
  },
41905
41963
  "name": "nugetApiKeySecret",
41906
41964
  "optional": true,
@@ -41917,7 +41975,7 @@
41917
41975
  "immutable": true,
41918
41976
  "locationInModule": {
41919
41977
  "filename": "src/release/publisher.ts",
41920
- "line": 807
41978
+ "line": 826
41921
41979
  },
41922
41980
  "name": "nugetServer",
41923
41981
  "optional": true,
@@ -42468,7 +42526,7 @@
42468
42526
  "kind": "interface",
42469
42527
  "locationInModule": {
42470
42528
  "filename": "src/release/publisher.ts",
42471
- "line": 767
42529
+ "line": 786
42472
42530
  },
42473
42531
  "name": "PyPiPublishOptions",
42474
42532
  "namespace": "release",
@@ -42483,7 +42541,7 @@
42483
42541
  "immutable": true,
42484
42542
  "locationInModule": {
42485
42543
  "filename": "src/release/publisher.ts",
42486
- "line": 785
42544
+ "line": 804
42487
42545
  },
42488
42546
  "name": "twinePasswordSecret",
42489
42547
  "optional": true,
@@ -42501,7 +42559,7 @@
42501
42559
  "immutable": true,
42502
42560
  "locationInModule": {
42503
42561
  "filename": "src/release/publisher.ts",
42504
- "line": 773
42562
+ "line": 792
42505
42563
  },
42506
42564
  "name": "twineRegistryUrl",
42507
42565
  "optional": true,
@@ -42519,7 +42577,7 @@
42519
42577
  "immutable": true,
42520
42578
  "locationInModule": {
42521
42579
  "filename": "src/release/publisher.ts",
42522
- "line": 779
42580
+ "line": 798
42523
42581
  },
42524
42582
  "name": "twineUsernameSecret",
42525
42583
  "optional": true,
@@ -46001,6 +46059,6 @@
46001
46059
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
46002
46060
  }
46003
46061
  },
46004
- "version": "0.57.7",
46005
- "fingerprint": "6C/ijuWAuavDnTRCVM0iRtTtfPWWJu+ib1x5pGBPBqw="
46062
+ "version": "0.57.10",
46063
+ "fingerprint": "xfcwoGhmkhAgPyvlCISL4Dd/MJwFjgIo0STxG/k88xs="
46006
46064
  }
package/docs/api/API.md CHANGED
@@ -329,7 +329,8 @@ Name|Description
329
329
  [release.CommonPublishOptions](#projen-release-commonpublishoptions)|Common publishing options.
330
330
  [release.GitHubReleasesPublishOptions](#projen-release-githubreleasespublishoptions)|Publishing options for GitHub releases.
331
331
  [release.GitPublishOptions](#projen-release-gitpublishoptions)|Publishing options for Git releases.
332
- [release.GoPublishOptions](#projen-release-gopublishoptions)|*No description*
332
+ [release.GoPublishOptions](#projen-release-gopublishoptions)|Options for Go releases.
333
+ [release.JsiiReleaseGo](#projen-release-jsiireleasego)|*No description*
333
334
  [release.JsiiReleaseMaven](#projen-release-jsiireleasemaven)|*No description*
334
335
  [release.JsiiReleaseNpm](#projen-release-jsiireleasenpm)|*No description*
335
336
  [release.JsiiReleaseNuget](#projen-release-jsiireleasenuget)|*No description*
@@ -9079,8 +9080,10 @@ publishToGo(options?: GoPublishOptions): void
9079
9080
  * **publishTools** (<code>[github.workflows.Tools](#projen-github-workflows-tools)</code>) Additional tools to install in the publishing job. __*Default*__: no additional tools are installed
9080
9081
  * **gitBranch** (<code>string</code>) Branch to push to. __*Default*__: "main"
9081
9082
  * **gitCommitMessage** (<code>string</code>) The commit message. __*Default*__: "chore(release): $VERSION"
9083
+ * **githubDeployKeySecret** (<code>string</code>) The name of the secret that includes a GitHub deploy key used to push to the GitHub repository. __*Default*__: "GO_GITHUB_DEPLOY_KEY"
9082
9084
  * **githubRepo** (<code>string</code>) GitHub repository to push to. __*Default*__: derived from `moduleName`
9083
9085
  * **githubTokenSecret** (<code>string</code>) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository. __*Default*__: "GO_GITHUB_TOKEN"
9086
+ * **githubUseSsh** (<code>boolean</code>) Use SSH to push to GitHub instead of a personal accses token. __*Default*__: false
9084
9087
  * **gitUserEmail** (<code>string</code>) The email to use in the release git commit. __*Default*__: "github-actions
9085
9088
  * **gitUserName** (<code>string</code>) The user name to use for the release git commit. __*Default*__: "github-actions"
9086
9089
 
@@ -13043,12 +13046,14 @@ Go target configuration.
13043
13046
  Name | Type | Description
13044
13047
  -----|------|-------------
13045
13048
  **moduleName**🔹 | <code>string</code> | The name of the target go module.
13046
- **gitBranch**?⚠️ | <code>string</code> | Branch to push to.<br/>__*Default*__: "main"
13047
- **gitCommitMessage**?⚠️ | <code>string</code> | The commit message.<br/>__*Default*__: "chore(release): $VERSION"
13048
- **gitUserEmail**?⚠️ | <code>string</code> | The email to use in the release git commit.<br/>__*Default*__: "github-actions
13049
- **gitUserName**?⚠️ | <code>string</code> | The user name to use for the release git commit.<br/>__*Default*__: "github-actions"
13050
- **githubRepo**?⚠️ | <code>string</code> | GitHub repository to push to.<br/>__*Default*__: derived from `moduleName`
13051
- **githubTokenSecret**?⚠️ | <code>string</code> | The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.<br/>__*Default*__: "GO_GITHUB_TOKEN"
13049
+ **gitBranch**?🔹 | <code>string</code> | Branch to push to.<br/>__*Default*__: "main"
13050
+ **gitCommitMessage**?🔹 | <code>string</code> | The commit message.<br/>__*Default*__: "chore(release): $VERSION"
13051
+ **gitUserEmail**?🔹 | <code>string</code> | The email to use in the release git commit.<br/>__*Default*__: "github-actions
13052
+ **gitUserName**?🔹 | <code>string</code> | The user name to use for the release git commit.<br/>__*Default*__: "github-actions"
13053
+ **githubDeployKeySecret**?🔹 | <code>string</code> | The name of the secret that includes a GitHub deploy key used to push to the GitHub repository.<br/>__*Default*__: "GO_GITHUB_DEPLOY_KEY"
13054
+ **githubRepo**?🔹 | <code>string</code> | GitHub repository to push to.<br/>__*Default*__: derived from `moduleName`
13055
+ **githubTokenSecret**?🔹 | <code>string</code> | The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.<br/>__*Default*__: "GO_GITHUB_TOKEN"
13056
+ **githubUseSsh**?🔹 | <code>boolean</code> | Use SSH to push to GitHub instead of a personal accses token.<br/>__*Default*__: false
13052
13057
  **prePublishSteps**?🔹 | <code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code> | Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede.<br/>__*Optional*__
13053
13058
  **publishTools**?🔹 | <code>[github.workflows.Tools](#projen-github-workflows-tools)</code> | Additional tools to install in the publishing job.<br/>__*Default*__: no additional tools are installed
13054
13059
 
@@ -16028,7 +16033,29 @@ Name | Type | Description
16028
16033
 
16029
16034
 
16030
16035
 
16031
- ## struct GoPublishOptions ⚠️ <a id="projen-release-gopublishoptions"></a>
16036
+ ## struct GoPublishOptions 🔹 <a id="projen-release-gopublishoptions"></a>
16037
+
16038
+
16039
+ Options for Go releases.
16040
+
16041
+
16042
+
16043
+ Name | Type | Description
16044
+ -----|------|-------------
16045
+ **gitBranch**?🔹 | <code>string</code> | Branch to push to.<br/>__*Default*__: "main"
16046
+ **gitCommitMessage**?🔹 | <code>string</code> | The commit message.<br/>__*Default*__: "chore(release): $VERSION"
16047
+ **gitUserEmail**?🔹 | <code>string</code> | The email to use in the release git commit.<br/>__*Default*__: "github-actions
16048
+ **gitUserName**?🔹 | <code>string</code> | The user name to use for the release git commit.<br/>__*Default*__: "github-actions"
16049
+ **githubDeployKeySecret**?🔹 | <code>string</code> | The name of the secret that includes a GitHub deploy key used to push to the GitHub repository.<br/>__*Default*__: "GO_GITHUB_DEPLOY_KEY"
16050
+ **githubRepo**?🔹 | <code>string</code> | GitHub repository to push to.<br/>__*Default*__: derived from `moduleName`
16051
+ **githubTokenSecret**?🔹 | <code>string</code> | The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.<br/>__*Default*__: "GO_GITHUB_TOKEN"
16052
+ **githubUseSsh**?🔹 | <code>boolean</code> | Use SSH to push to GitHub instead of a personal accses token.<br/>__*Default*__: false
16053
+ **prePublishSteps**?🔹 | <code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code> | Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede.<br/>__*Optional*__
16054
+ **publishTools**?🔹 | <code>[github.workflows.Tools](#projen-github-workflows-tools)</code> | Additional tools to install in the publishing job.<br/>__*Default*__: no additional tools are installed
16055
+
16056
+
16057
+
16058
+ ## struct JsiiReleaseGo ⚠️ <a id="projen-release-jsiireleasego"></a>
16032
16059
 
16033
16060
 
16034
16061
 
@@ -16041,8 +16068,10 @@ Name | Type | Description
16041
16068
  **gitCommitMessage**?⚠️ | <code>string</code> | The commit message.<br/>__*Default*__: "chore(release): $VERSION"
16042
16069
  **gitUserEmail**?⚠️ | <code>string</code> | The email to use in the release git commit.<br/>__*Default*__: "github-actions
16043
16070
  **gitUserName**?⚠️ | <code>string</code> | The user name to use for the release git commit.<br/>__*Default*__: "github-actions"
16071
+ **githubDeployKeySecret**?⚠️ | <code>string</code> | The name of the secret that includes a GitHub deploy key used to push to the GitHub repository.<br/>__*Default*__: "GO_GITHUB_DEPLOY_KEY"
16044
16072
  **githubRepo**?⚠️ | <code>string</code> | GitHub repository to push to.<br/>__*Default*__: derived from `moduleName`
16045
16073
  **githubTokenSecret**?⚠️ | <code>string</code> | The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.<br/>__*Default*__: "GO_GITHUB_TOKEN"
16074
+ **githubUseSsh**?⚠️ | <code>boolean</code> | Use SSH to push to GitHub instead of a personal accses token.<br/>__*Default*__: false
16046
16075
  **prePublishSteps**?⚠️ | <code>Array<[github.workflows.JobStep](#projen-github-workflows-jobstep)></code> | Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede.<br/>__*Optional*__
16047
16076
  **publishTools**?⚠️ | <code>[github.workflows.Tools](#projen-github-workflows-tools)</code> | Additional tools to install in the publishing job.<br/>__*Default*__: no additional tools are installed
16048
16077