Skip to content

Commit

Permalink
Merge branch 'main' into vNext
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenmt authored Dec 17, 2024
2 parents a742cb0 + a8e2b77 commit cc37fd3
Show file tree
Hide file tree
Showing 5 changed files with 710 additions and 668 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ project.tasks.tryFind('release')?.updateStep(4, {
project.github
?.tryFindWorkflow('release')
?.file?.patch(JsonPatch.remove('/jobs/release_pypi/steps/1'));

project.github
?.tryFindWorkflow('release')
?.file?.patch(JsonPatch.add('/jobs/release_maven/steps/2', {"name": " Install gpg-agent", "run": "dnf install --assumeyes --allowerasing gnupg2"}));
Expand Down
10 changes: 5 additions & 5 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc37fd3

Please sign in to comment.