This is an automated email from the ASF dual-hosted git repository.

dgrove-oss 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 07a8676  release config for client-js-3.21.9 (#436)
07a8676 is described below

commit 07a8676ec274e25eb1633331fde7796bd5333b6f
Author: Cosmin Stanciu <[email protected]>
AuthorDate: Fri May 15 04:39:43 2026 -1000

    release config for client-js-3.21.9 (#436)
    
    * release config for client-js-3.21.9
    
    * Apply suggestion from @rabbah
    
    Co-authored-by: rodric rabbah <[email protected]>
    
    ---------
    
    Co-authored-by: David Grove <[email protected]>
    Co-authored-by: rodric rabbah <[email protected]>
---
 release-configs/client-js-3.21.9.config | 15 +++++++++++++++
 tools/rcverify.sh                       |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/release-configs/client-js-3.21.9.config 
b/release-configs/client-js-3.21.9.config
new file mode 100644
index 0000000..9c3124c
--- /dev/null
+++ b/release-configs/client-js-3.21.9.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "3.21.9",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-client-js"
+  ],
+  "openwhisk_client_js": {
+    "name": "OpenWhisk Client Js",
+    "hash": "56d529d4d6d3bc29a266eec417742465440c839a",
+    "repository": "https://github.com/apache/openwhisk-client-js.git";,
+    "branch": "master"
+  }
+}
diff --git a/tools/rcverify.sh b/tools/rcverify.sh
index 67c491f..0dd1690 100755
--- a/tools/rcverify.sh
+++ b/tools/rcverify.sh
@@ -65,7 +65,7 @@ TGZ=$NAME-$V-sources.tar.gz
 KEYS=$RC-$V-KEYS
 
 NOTICE_REGEX='^Apache .+
-Copyright [0-9]{4}-2024 The Apache Software Foundation
+Copyright [0-9]{4}-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation \(http:\/\/www\.apache\.org\/\)\.$'

Reply via email to