projen 0.72.26 → 0.72.28

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 (131) hide show
  1. package/.jsii +113 -66
  2. package/docs/api/API.md +45 -0
  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-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflow-actions.js +1 -1
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +1 -1
  69. package/lib/javascript/jest.js +4 -4
  70. package/lib/javascript/node-package.js +1 -1
  71. package/lib/javascript/node-project.js +1 -1
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.js +2 -2
  76. package/lib/javascript/upgrade-dependencies.js +2 -2
  77. package/lib/json-patch.js +1 -1
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project.js +1 -1
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +2 -2
  87. package/lib/projenrc.js +1 -1
  88. package/lib/python/pip.js +1 -1
  89. package/lib/python/poetry.js +2 -2
  90. package/lib/python/projenrc.js +1 -1
  91. package/lib/python/pytest-sample.js +1 -1
  92. package/lib/python/pytest.js +1 -1
  93. package/lib/python/python-project.js +1 -1
  94. package/lib/python/python-sample.js +1 -1
  95. package/lib/python/requirements-file.js +1 -1
  96. package/lib/python/setuppy.js +1 -1
  97. package/lib/python/setuptools.js +1 -1
  98. package/lib/python/venv.js +1 -1
  99. package/lib/readme.js +1 -1
  100. package/lib/release/publisher.d.ts +15 -0
  101. package/lib/release/publisher.js +18 -2
  102. package/lib/release/release-trigger.js +1 -1
  103. package/lib/release/release.js +1 -1
  104. package/lib/renovatebot.js +1 -1
  105. package/lib/run-task.js +0 -1894
  106. package/lib/sample-file.js +2 -2
  107. package/lib/semver.js +1 -1
  108. package/lib/source-code.js +1 -1
  109. package/lib/task-runtime.js +1 -1
  110. package/lib/task.js +1 -1
  111. package/lib/tasks.js +1 -1
  112. package/lib/testing.js +1 -1
  113. package/lib/textfile.js +1 -1
  114. package/lib/toml.js +1 -1
  115. package/lib/typescript/projenrc-ts.js +1 -1
  116. package/lib/typescript/projenrc.js +1 -1
  117. package/lib/typescript/typescript-typedoc.js +1 -1
  118. package/lib/typescript/typescript.js +3 -3
  119. package/lib/version.js +2 -2
  120. package/lib/vscode/devcontainer.js +1 -1
  121. package/lib/vscode/extensions.js +1 -1
  122. package/lib/vscode/launch-config.js +1 -1
  123. package/lib/vscode/settings.js +1 -1
  124. package/lib/vscode/vscode.js +1 -1
  125. package/lib/web/next.js +3 -3
  126. package/lib/web/postcss.js +1 -1
  127. package/lib/web/react.js +4 -4
  128. package/lib/web/tailwind.js +1 -1
  129. package/lib/xmlfile.js +1 -1
  130. package/lib/yaml.js +1 -1
  131. package/package.json +1 -1
package/.jsii CHANGED
@@ -49506,7 +49506,7 @@
49506
49506
  "kind": "enum",
49507
49507
  "locationInModule": {
49508
49508
  "filename": "src/release/publisher.ts",
49509
- "line": 837
49509
+ "line": 869
49510
49510
  },
49511
49511
  "members": [
49512
49512
  {
@@ -49540,7 +49540,7 @@
49540
49540
  "kind": "interface",
49541
49541
  "locationInModule": {
49542
49542
  "filename": "src/release/publisher.ts",
49543
- "line": 855
49543
+ "line": 887
49544
49544
  },
49545
49545
  "name": "CodeArtifactOptions",
49546
49546
  "namespace": "release",
@@ -49556,7 +49556,7 @@
49556
49556
  "immutable": true,
49557
49557
  "locationInModule": {
49558
49558
  "filename": "src/release/publisher.ts",
49559
- "line": 871
49559
+ "line": 903
49560
49560
  },
49561
49561
  "name": "accessKeyIdSecret",
49562
49562
  "optional": true,
@@ -49574,7 +49574,7 @@
49574
49574
  "immutable": true,
49575
49575
  "locationInModule": {
49576
49576
  "filename": "src/release/publisher.ts",
49577
- "line": 861
49577
+ "line": 893
49578
49578
  },
49579
49579
  "name": "authProvider",
49580
49580
  "optional": true,
@@ -49593,7 +49593,7 @@
49593
49593
  "immutable": true,
49594
49594
  "locationInModule": {
49595
49595
  "filename": "src/release/publisher.ts",
49596
- "line": 891
49596
+ "line": 923
49597
49597
  },
49598
49598
  "name": "roleToAssume",
49599
49599
  "optional": true,
@@ -49612,7 +49612,7 @@
49612
49612
  "immutable": true,
49613
49613
  "locationInModule": {
49614
49614
  "filename": "src/release/publisher.ts",
49615
- "line": 882
49615
+ "line": 914
49616
49616
  },
49617
49617
  "name": "secretAccessKeySecret",
49618
49618
  "optional": true,
@@ -49634,11 +49634,34 @@
49634
49634
  "kind": "interface",
49635
49635
  "locationInModule": {
49636
49636
  "filename": "src/release/publisher.ts",
49637
- "line": 759
49637
+ "line": 782
49638
49638
  },
49639
49639
  "name": "CommonPublishOptions",
49640
49640
  "namespace": "release",
49641
49641
  "properties": [
49642
+ {
49643
+ "abstract": true,
49644
+ "docs": {
49645
+ "remarks": "These can be used\nto add/update the release artifacts ot any other tasks needed.\n\n\nNote that when using this in `publishToGitHubReleases` this will override steps added via `addGitHubPostPublishingSteps`.",
49646
+ "stability": "experimental",
49647
+ "summary": "Steps to execute after executing the publishing command."
49648
+ },
49649
+ "immutable": true,
49650
+ "locationInModule": {
49651
+ "filename": "src/release/publisher.ts",
49652
+ "line": 801
49653
+ },
49654
+ "name": "postPublishSteps",
49655
+ "optional": true,
49656
+ "type": {
49657
+ "collection": {
49658
+ "elementtype": {
49659
+ "fqn": "projen.github.workflows.JobStep"
49660
+ },
49661
+ "kind": "array"
49662
+ }
49663
+ }
49664
+ },
49642
49665
  {
49643
49666
  "abstract": true,
49644
49667
  "docs": {
@@ -49649,7 +49672,7 @@
49649
49672
  "immutable": true,
49650
49673
  "locationInModule": {
49651
49674
  "filename": "src/release/publisher.ts",
49652
- "line": 769
49675
+ "line": 792
49653
49676
  },
49654
49677
  "name": "prePublishSteps",
49655
49678
  "optional": true,
@@ -49672,7 +49695,7 @@
49672
49695
  "immutable": true,
49673
49696
  "locationInModule": {
49674
49697
  "filename": "src/release/publisher.ts",
49675
- "line": 775
49698
+ "line": 807
49676
49699
  },
49677
49700
  "name": "publishTools",
49678
49701
  "optional": true,
@@ -49697,7 +49720,7 @@
49697
49720
  "kind": "interface",
49698
49721
  "locationInModule": {
49699
49722
  "filename": "src/release/publisher.ts",
49700
- "line": 1137
49723
+ "line": 1169
49701
49724
  },
49702
49725
  "name": "GitHubReleasesPublishOptions",
49703
49726
  "namespace": "release",
@@ -49712,7 +49735,7 @@
49712
49735
  "immutable": true,
49713
49736
  "locationInModule": {
49714
49737
  "filename": "src/release/publisher.ts",
49715
- "line": 1122
49738
+ "line": 1154
49716
49739
  },
49717
49740
  "name": "changelogFile",
49718
49741
  "type": {
@@ -49729,7 +49752,7 @@
49729
49752
  "immutable": true,
49730
49753
  "locationInModule": {
49731
49754
  "filename": "src/release/publisher.ts",
49732
- "line": 1115
49755
+ "line": 1147
49733
49756
  },
49734
49757
  "name": "releaseTagFile",
49735
49758
  "type": {
@@ -49746,7 +49769,7 @@
49746
49769
  "immutable": true,
49747
49770
  "locationInModule": {
49748
49771
  "filename": "src/release/publisher.ts",
49749
- "line": 1108
49772
+ "line": 1140
49750
49773
  },
49751
49774
  "name": "versionFile",
49752
49775
  "type": {
@@ -49767,7 +49790,7 @@
49767
49790
  "kind": "interface",
49768
49791
  "locationInModule": {
49769
49792
  "filename": "src/release/publisher.ts",
49770
- "line": 1144
49793
+ "line": 1176
49771
49794
  },
49772
49795
  "name": "GitPublishOptions",
49773
49796
  "namespace": "release",
@@ -49782,7 +49805,7 @@
49782
49805
  "immutable": true,
49783
49806
  "locationInModule": {
49784
49807
  "filename": "src/release/publisher.ts",
49785
- "line": 1122
49808
+ "line": 1154
49786
49809
  },
49787
49810
  "name": "changelogFile",
49788
49811
  "type": {
@@ -49799,7 +49822,7 @@
49799
49822
  "immutable": true,
49800
49823
  "locationInModule": {
49801
49824
  "filename": "src/release/publisher.ts",
49802
- "line": 1115
49825
+ "line": 1147
49803
49826
  },
49804
49827
  "name": "releaseTagFile",
49805
49828
  "type": {
@@ -49816,7 +49839,7 @@
49816
49839
  "immutable": true,
49817
49840
  "locationInModule": {
49818
49841
  "filename": "src/release/publisher.ts",
49819
- "line": 1108
49842
+ "line": 1140
49820
49843
  },
49821
49844
  "name": "versionFile",
49822
49845
  "type": {
@@ -49833,7 +49856,7 @@
49833
49856
  "immutable": true,
49834
49857
  "locationInModule": {
49835
49858
  "filename": "src/release/publisher.ts",
49836
- "line": 1155
49859
+ "line": 1187
49837
49860
  },
49838
49861
  "name": "gitBranch",
49839
49862
  "optional": true,
@@ -49851,7 +49874,7 @@
49851
49874
  "immutable": true,
49852
49875
  "locationInModule": {
49853
49876
  "filename": "src/release/publisher.ts",
49854
- "line": 1162
49877
+ "line": 1194
49855
49878
  },
49856
49879
  "name": "gitPushCommand",
49857
49880
  "optional": true,
@@ -49868,7 +49891,7 @@
49868
49891
  "immutable": true,
49869
49892
  "locationInModule": {
49870
49893
  "filename": "src/release/publisher.ts",
49871
- "line": 1148
49894
+ "line": 1180
49872
49895
  },
49873
49896
  "name": "projectChangelogFile",
49874
49897
  "optional": true,
@@ -49893,7 +49916,7 @@
49893
49916
  "kind": "interface",
49894
49917
  "locationInModule": {
49895
49918
  "filename": "src/release/publisher.ts",
49896
- "line": 1040
49919
+ "line": 1072
49897
49920
  },
49898
49921
  "name": "GoPublishOptions",
49899
49922
  "namespace": "release",
@@ -49908,7 +49931,7 @@
49908
49931
  "immutable": true,
49909
49932
  "locationInModule": {
49910
49933
  "filename": "src/release/publisher.ts",
49911
- "line": 1080
49934
+ "line": 1112
49912
49935
  },
49913
49936
  "name": "gitBranch",
49914
49937
  "optional": true,
@@ -49926,7 +49949,7 @@
49926
49949
  "immutable": true,
49927
49950
  "locationInModule": {
49928
49951
  "filename": "src/release/publisher.ts",
49929
- "line": 1099
49952
+ "line": 1131
49930
49953
  },
49931
49954
  "name": "gitCommitMessage",
49932
49955
  "optional": true,
@@ -49945,7 +49968,7 @@
49945
49968
  "immutable": true,
49946
49969
  "locationInModule": {
49947
49970
  "filename": "src/release/publisher.ts",
49948
- "line": 1059
49971
+ "line": 1091
49949
49972
  },
49950
49973
  "name": "githubDeployKeySecret",
49951
49974
  "optional": true,
@@ -49963,7 +49986,7 @@
49963
49986
  "immutable": true,
49964
49987
  "locationInModule": {
49965
49988
  "filename": "src/release/publisher.ts",
49966
- "line": 1073
49989
+ "line": 1105
49967
49990
  },
49968
49991
  "name": "githubRepo",
49969
49992
  "optional": true,
@@ -49982,7 +50005,7 @@
49982
50005
  "immutable": true,
49983
50006
  "locationInModule": {
49984
50007
  "filename": "src/release/publisher.ts",
49985
- "line": 1049
50008
+ "line": 1081
49986
50009
  },
49987
50010
  "name": "githubTokenSecret",
49988
50011
  "optional": true,
@@ -50000,7 +50023,7 @@
50000
50023
  "immutable": true,
50001
50024
  "locationInModule": {
50002
50025
  "filename": "src/release/publisher.ts",
50003
- "line": 1066
50026
+ "line": 1098
50004
50027
  },
50005
50028
  "name": "githubUseSsh",
50006
50029
  "optional": true,
@@ -50018,7 +50041,7 @@
50018
50041
  "immutable": true,
50019
50042
  "locationInModule": {
50020
50043
  "filename": "src/release/publisher.ts",
50021
- "line": 1092
50044
+ "line": 1124
50022
50045
  },
50023
50046
  "name": "gitUserEmail",
50024
50047
  "optional": true,
@@ -50036,7 +50059,7 @@
50036
50059
  "immutable": true,
50037
50060
  "locationInModule": {
50038
50061
  "filename": "src/release/publisher.ts",
50039
- "line": 1086
50062
+ "line": 1118
50040
50063
  },
50041
50064
  "name": "gitUserName",
50042
50065
  "optional": true,
@@ -50061,7 +50084,7 @@
50061
50084
  "kind": "interface",
50062
50085
  "locationInModule": {
50063
50086
  "filename": "src/release/publisher.ts",
50064
- "line": 1035
50087
+ "line": 1067
50065
50088
  },
50066
50089
  "name": "JsiiReleaseGo",
50067
50090
  "namespace": "release",
@@ -50081,7 +50104,7 @@
50081
50104
  "kind": "interface",
50082
50105
  "locationInModule": {
50083
50106
  "filename": "src/release/publisher.ts",
50084
- "line": 948
50107
+ "line": 980
50085
50108
  },
50086
50109
  "name": "JsiiReleaseMaven",
50087
50110
  "namespace": "release",
@@ -50101,7 +50124,7 @@
50101
50124
  "kind": "interface",
50102
50125
  "locationInModule": {
50103
50126
  "filename": "src/release/publisher.ts",
50104
- "line": 781
50127
+ "line": 813
50105
50128
  },
50106
50129
  "name": "JsiiReleaseNpm",
50107
50130
  "namespace": "release",
@@ -50121,7 +50144,7 @@
50121
50144
  "kind": "interface",
50122
50145
  "locationInModule": {
50123
50146
  "filename": "src/release/publisher.ts",
50124
- "line": 926
50147
+ "line": 958
50125
50148
  },
50126
50149
  "name": "JsiiReleaseNuget",
50127
50150
  "namespace": "release",
@@ -50141,7 +50164,7 @@
50141
50164
  "kind": "interface",
50142
50165
  "locationInModule": {
50143
50166
  "filename": "src/release/publisher.ts",
50144
- "line": 897
50167
+ "line": 929
50145
50168
  },
50146
50169
  "name": "JsiiReleasePyPi",
50147
50170
  "namespace": "release",
@@ -50234,7 +50257,7 @@
50234
50257
  "kind": "interface",
50235
50258
  "locationInModule": {
50236
50259
  "filename": "src/release/publisher.ts",
50237
- "line": 953
50260
+ "line": 985
50238
50261
  },
50239
50262
  "name": "MavenPublishOptions",
50240
50263
  "namespace": "release",
@@ -50250,7 +50273,7 @@
50250
50273
  "immutable": true,
50251
50274
  "locationInModule": {
50252
50275
  "filename": "src/release/publisher.ts",
50253
- "line": 959
50276
+ "line": 991
50254
50277
  },
50255
50278
  "name": "mavenEndpoint",
50256
50279
  "optional": true,
@@ -50270,7 +50293,7 @@
50270
50293
  "immutable": true,
50271
50294
  "locationInModule": {
50272
50295
  "filename": "src/release/publisher.ts",
50273
- "line": 992
50296
+ "line": 1024
50274
50297
  },
50275
50298
  "name": "mavenGpgPrivateKeyPassphrase",
50276
50299
  "optional": true,
@@ -50290,7 +50313,7 @@
50290
50313
  "immutable": true,
50291
50314
  "locationInModule": {
50292
50315
  "filename": "src/release/publisher.ts",
50293
- "line": 983
50316
+ "line": 1015
50294
50317
  },
50295
50318
  "name": "mavenGpgPrivateKeySecret",
50296
50319
  "optional": true,
@@ -50310,7 +50333,7 @@
50310
50333
  "immutable": true,
50311
50334
  "locationInModule": {
50312
50335
  "filename": "src/release/publisher.ts",
50313
- "line": 1018
50336
+ "line": 1050
50314
50337
  },
50315
50338
  "name": "mavenPassword",
50316
50339
  "optional": true,
@@ -50328,7 +50351,7 @@
50328
50351
  "immutable": true,
50329
50352
  "locationInModule": {
50330
50353
  "filename": "src/release/publisher.ts",
50331
- "line": 973
50354
+ "line": 1005
50332
50355
  },
50333
50356
  "name": "mavenRepositoryUrl",
50334
50357
  "optional": true,
@@ -50346,7 +50369,7 @@
50346
50369
  "immutable": true,
50347
50370
  "locationInModule": {
50348
50371
  "filename": "src/release/publisher.ts",
50349
- "line": 966
50372
+ "line": 998
50350
50373
  },
50351
50374
  "name": "mavenServerId",
50352
50375
  "optional": true,
@@ -50364,7 +50387,7 @@
50364
50387
  "immutable": true,
50365
50388
  "locationInModule": {
50366
50389
  "filename": "src/release/publisher.ts",
50367
- "line": 1029
50390
+ "line": 1061
50368
50391
  },
50369
50392
  "name": "mavenStagingProfileId",
50370
50393
  "optional": true,
@@ -50384,7 +50407,7 @@
50384
50407
  "immutable": true,
50385
50408
  "locationInModule": {
50386
50409
  "filename": "src/release/publisher.ts",
50387
- "line": 1005
50410
+ "line": 1037
50388
50411
  },
50389
50412
  "name": "mavenUsername",
50390
50413
  "optional": true,
@@ -50409,7 +50432,7 @@
50409
50432
  "kind": "interface",
50410
50433
  "locationInModule": {
50411
50434
  "filename": "src/release/publisher.ts",
50412
- "line": 786
50435
+ "line": 818
50413
50436
  },
50414
50437
  "name": "NpmPublishOptions",
50415
50438
  "namespace": "release",
@@ -50424,7 +50447,7 @@
50424
50447
  "immutable": true,
50425
50448
  "locationInModule": {
50426
50449
  "filename": "src/release/publisher.ts",
50427
- "line": 831
50450
+ "line": 863
50428
50451
  },
50429
50452
  "name": "codeArtifactOptions",
50430
50453
  "optional": true,
@@ -50444,7 +50467,7 @@
50444
50467
  "immutable": true,
50445
50468
  "locationInModule": {
50446
50469
  "filename": "src/release/publisher.ts",
50447
- "line": 804
50470
+ "line": 836
50448
50471
  },
50449
50472
  "name": "distTag",
50450
50473
  "optional": true,
@@ -50462,7 +50485,7 @@
50462
50485
  "immutable": true,
50463
50486
  "locationInModule": {
50464
50487
  "filename": "src/release/publisher.ts",
50465
- "line": 824
50488
+ "line": 856
50466
50489
  },
50467
50490
  "name": "npmTokenSecret",
50468
50491
  "optional": true,
@@ -50482,7 +50505,7 @@
50482
50505
  "immutable": true,
50483
50506
  "locationInModule": {
50484
50507
  "filename": "src/release/publisher.ts",
50485
- "line": 818
50508
+ "line": 850
50486
50509
  },
50487
50510
  "name": "registry",
50488
50511
  "optional": true,
@@ -50507,7 +50530,7 @@
50507
50530
  "kind": "interface",
50508
50531
  "locationInModule": {
50509
50532
  "filename": "src/release/publisher.ts",
50510
- "line": 931
50533
+ "line": 963
50511
50534
  },
50512
50535
  "name": "NugetPublishOptions",
50513
50536
  "namespace": "release",
@@ -50522,7 +50545,7 @@
50522
50545
  "immutable": true,
50523
50546
  "locationInModule": {
50524
50547
  "filename": "src/release/publisher.ts",
50525
- "line": 937
50548
+ "line": 969
50526
50549
  },
50527
50550
  "name": "nugetApiKeySecret",
50528
50551
  "optional": true,
@@ -50539,7 +50562,7 @@
50539
50562
  "immutable": true,
50540
50563
  "locationInModule": {
50541
50564
  "filename": "src/release/publisher.ts",
50542
- "line": 942
50565
+ "line": 974
50543
50566
  },
50544
50567
  "name": "nugetServer",
50545
50568
  "optional": true,
@@ -50565,7 +50588,7 @@
50565
50588
  },
50566
50589
  "locationInModule": {
50567
50590
  "filename": "src/release/publisher.ts",
50568
- "line": 157
50591
+ "line": 158
50569
50592
  },
50570
50593
  "parameters": [
50571
50594
  {
@@ -50588,6 +50611,30 @@
50588
50611
  "line": 131
50589
50612
  },
50590
50613
  "methods": [
50614
+ {
50615
+ "docs": {
50616
+ "stability": "experimental",
50617
+ "summary": "Adds post publishing steps for the GitHub release job."
50618
+ },
50619
+ "locationInModule": {
50620
+ "filename": "src/release/publisher.ts",
50621
+ "line": 215
50622
+ },
50623
+ "name": "addGitHubPostPublishingSteps",
50624
+ "parameters": [
50625
+ {
50626
+ "docs": {
50627
+ "summary": "The steps."
50628
+ },
50629
+ "name": "steps",
50630
+ "type": {
50631
+ "fqn": "projen.github.workflows.JobStep"
50632
+ },
50633
+ "variadic": true
50634
+ }
50635
+ ],
50636
+ "variadic": true
50637
+ },
50591
50638
  {
50592
50639
  "docs": {
50593
50640
  "stability": "experimental",
@@ -50595,7 +50642,7 @@
50595
50642
  },
50596
50643
  "locationInModule": {
50597
50644
  "filename": "src/release/publisher.ts",
50598
- "line": 205
50645
+ "line": 206
50599
50646
  },
50600
50647
  "name": "addGitHubPrePublishingSteps",
50601
50648
  "parameters": [
@@ -50620,7 +50667,7 @@
50620
50667
  },
50621
50668
  "locationInModule": {
50622
50669
  "filename": "src/release/publisher.ts",
50623
- "line": 216
50670
+ "line": 226
50624
50671
  },
50625
50672
  "name": "publishToGit",
50626
50673
  "parameters": [
@@ -50647,7 +50694,7 @@
50647
50694
  },
50648
50695
  "locationInModule": {
50649
50696
  "filename": "src/release/publisher.ts",
50650
- "line": 257
50697
+ "line": 267
50651
50698
  },
50652
50699
  "name": "publishToGitHubReleases",
50653
50700
  "parameters": [
@@ -50669,7 +50716,7 @@
50669
50716
  },
50670
50717
  "locationInModule": {
50671
50718
  "filename": "src/release/publisher.ts",
50672
- "line": 499
50719
+ "line": 515
50673
50720
  },
50674
50721
  "name": "publishToGo",
50675
50722
  "parameters": [
@@ -50692,7 +50739,7 @@
50692
50739
  },
50693
50740
  "locationInModule": {
50694
50741
  "filename": "src/release/publisher.ts",
50695
- "line": 408
50742
+ "line": 422
50696
50743
  },
50697
50744
  "name": "publishToMaven",
50698
50745
  "parameters": [
@@ -50715,7 +50762,7 @@
50715
50762
  },
50716
50763
  "locationInModule": {
50717
50764
  "filename": "src/release/publisher.ts",
50718
- "line": 281
50765
+ "line": 293
50719
50766
  },
50720
50767
  "name": "publishToNpm",
50721
50768
  "parameters": [
@@ -50738,7 +50785,7 @@
50738
50785
  },
50739
50786
  "locationInModule": {
50740
50787
  "filename": "src/release/publisher.ts",
50741
- "line": 377
50788
+ "line": 390
50742
50789
  },
50743
50790
  "name": "publishToNuget",
50744
50791
  "parameters": [
@@ -50761,7 +50808,7 @@
50761
50808
  },
50762
50809
  "locationInModule": {
50763
50810
  "filename": "src/release/publisher.ts",
50764
- "line": 472
50811
+ "line": 487
50765
50812
  },
50766
50813
  "name": "publishToPyPi",
50767
50814
  "parameters": [
@@ -51127,7 +51174,7 @@
51127
51174
  "kind": "interface",
51128
51175
  "locationInModule": {
51129
51176
  "filename": "src/release/publisher.ts",
51130
- "line": 902
51177
+ "line": 934
51131
51178
  },
51132
51179
  "name": "PyPiPublishOptions",
51133
51180
  "namespace": "release",
@@ -51142,7 +51189,7 @@
51142
51189
  "immutable": true,
51143
51190
  "locationInModule": {
51144
51191
  "filename": "src/release/publisher.ts",
51145
- "line": 920
51192
+ "line": 952
51146
51193
  },
51147
51194
  "name": "twinePasswordSecret",
51148
51195
  "optional": true,
@@ -51160,7 +51207,7 @@
51160
51207
  "immutable": true,
51161
51208
  "locationInModule": {
51162
51209
  "filename": "src/release/publisher.ts",
51163
- "line": 908
51210
+ "line": 940
51164
51211
  },
51165
51212
  "name": "twineRegistryUrl",
51166
51213
  "optional": true,
@@ -51178,7 +51225,7 @@
51178
51225
  "immutable": true,
51179
51226
  "locationInModule": {
51180
51227
  "filename": "src/release/publisher.ts",
51181
- "line": 914
51228
+ "line": 946
51182
51229
  },
51183
51230
  "name": "twineUsernameSecret",
51184
51231
  "optional": true,
@@ -55502,6 +55549,6 @@
55502
55549
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
55503
55550
  }
55504
55551
  },
55505
- "version": "0.72.26",
55506
- "fingerprint": "dagtU3ohKAwP7B3d+dDR/OUIJbB9MSckAvRlAj/SlvY="
55552
+ "version": "0.72.28",
55553
+ "fingerprint": "LXqhgo5K/XMJvE8VcKyfADN2VHkDVtiUPrfcRcEtc+A="
55507
55554
  }