config for runtime-php 1.19.0 (#424)

* config for runtime-php 1.19.0
* configs for runtime-java-1.19 and runtime-nodejs-1.22
diff --git a/release-configs/runtime-java-1.19.0.config b/release-configs/runtime-java-1.19.0.config
new file mode 100644
index 0000000..30827c8
--- /dev/null
+++ b/release-configs/runtime-java-1.19.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.19.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-java"
+  ],
+  "openwhisk_runtime_java": {
+    "name": "OpenWhisk Runtime Java",
+    "hash": "fdda52b01913754f31bf5cadcb165eaf2131a007",
+    "repository": "https://github.com/apache/openwhisk-runtime-java.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-nodejs-1.22.0.config b/release-configs/runtime-nodejs-1.22.0.config
new file mode 100644
index 0000000..efc587f
--- /dev/null
+++ b/release-configs/runtime-nodejs-1.22.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.22.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-nodejs"
+  ],
+  "openwhisk_runtime_nodejs": {
+    "name": "OpenWhisk Runtime Node.js",
+    "hash": "c60a6676375d85878c658412162004848c19f965",
+    "repository": "https://github.com/apache/openwhisk-runtime-nodejs.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-php-1.19.0.config b/release-configs/runtime-php-1.19.0.config
new file mode 100644
index 0000000..eacfb43
--- /dev/null
+++ b/release-configs/runtime-php-1.19.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.19.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-php"
+  ],
+  "openwhisk_runtime_php": {
+    "name": "OpenWhisk Runtime PHP",
+    "hash": "d8cb67a0913bb1c0a3e6cc6571503bcf4cf1a23b",
+    "repository": "https://github.com/apache/openwhisk-runtime-php.git",
+    "branch": "master"
+  }
+}