Skip to content

Commit

Permalink
release configs for php 1.20 and python 1.19 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Feb 7, 2024
1 parent 6cc7677 commit 89551fa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release-configs/runtime-php-1.20.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.20.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-php"
],
"openwhisk_runtime_php": {
"name": "OpenWhisk Runtime PHP",
"hash": "0b932618be21a9ba88732f23f34d79895b7b360d",
"repository": "https://github.com/apache/openwhisk-runtime-php.git",
"branch": "master"
}
}
15 changes: 15 additions & 0 deletions release-configs/runtime-python-1.19.0.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"versioning": {
"version": "1.19.0",
"pre_release_version": "rc1"
},
"RepoList": [
"openwhisk-runtime-python"
],
"openwhisk_runtime_python": {
"name": "OpenWhisk Runtime Python",
"hash": "944d7a840f0622d4c09827a8d6339d95245bcb3f",
"repository": "https://github.com/apache/openwhisk-runtime-python.git",
"branch": "master"
}
}

0 comments on commit 89551fa

Please sign in to comment.