This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
The following commit(s) were added to refs/heads/master by this push:
new 5a47c52 release config for runtime-dotnet-1.18.0 (#433)
5a47c52 is described below
commit 5a47c5249fafaa3b77b3174e044d232ce7e7f8e4
Author: David Grove <[email protected]>
AuthorDate: Mon Sep 16 20:53:04 2024 -0400
release config for runtime-dotnet-1.18.0 (#433)
---
release-configs/runtime-dotnet-1.18.0.config | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/release-configs/runtime-dotnet-1.18.0.config
b/release-configs/runtime-dotnet-1.18.0.config
new file mode 100644
index 0000000..5fc3727
--- /dev/null
+++ b/release-configs/runtime-dotnet-1.18.0.config
@@ -0,0 +1,15 @@
+{
+ "versioning": {
+ "version": "1.18.0",
+ "pre_release_version": "rc1"
+ },
+ "RepoList": [
+ "openwhisk-runtime-dotnet"
+ ],
+ "openwhisk_runtime_dotnet": {
+ "name": "OpenWhisk Runtime Dotnet",
+ "hash": "a9706af7f7351362d20a43d18dabfa8fad7342d2",
+ "repository": "https://github.com/apache/openwhisk-runtime-dotnet.git",
+ "branch": "master"
+ }
+}