Skip to content

Commit

Permalink
Add new GitHub release version (#516)
Browse files Browse the repository at this point in the history
## Task

Resolves: None

## Description

A new major is available.

Signed-off-by: Julia Plewa <jplewa@virtuslab.com>
  • Loading branch information
jplewa authored Feb 29, 2024
1 parent dce6871 commit 08ebecc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
majorVersion: 0
- provider: github
majorVersion: 5
- provider: github
majorVersion: 6
- provider: random
majorVersion: 4
- provider: gcp
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_to_maven_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
majorVersion: 0
- provider: github
majorVersion: 5
- provider: github
majorVersion: 6
- provider: random
majorVersion: 4
- provider: gcp
Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/version-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
"customDependencies": [
]
},
{
"providerName": "github",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-github/v6.0.0/provider/cmd/pulumi-resource-github/schema.json",
"kotlinVersion": "6.0.0.0-SNAPSHOT",
"javaVersion": "6.0.0",
"javaGitTag": "v6.0.0",
"customDependencies": [
]
},
{
"providerName": "random",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-random/v4.15.0/provider/cmd/pulumi-resource-random/schema.json",
Expand Down

0 comments on commit 08ebecc

Please sign in to comment.