This is an automated email from the ASF dual-hosted git repository. selfxp pushed a commit to branch stanciu/client-js-3.21.9 in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
commit 5e2e6d0a7269598e3c4f2200a2caaa4d5538c551 Author: Cosmin Stanciu <[email protected]> AuthorDate: Thu May 14 13:01:39 2026 -1000 release config for client-js-3.21.9 --- 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..88607f1 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}-[0-9]{4} The Apache Software Foundation This product includes software developed at The Apache Software Foundation \(http:\/\/www\.apache\.org\/\)\.$'
