VOL-4905 - Deploy new voltctl version.

jjb/shell/github-release.sh
---------------------------
  o Added function get_artifacts() to retrieve, display and fail when
    artifact count (created by make release) is zero.
  o Add more banner() calls for logfile readability.
  o More (temporary) debugging added in case of downstream failures.
  o Encapsulate and/or remove the need for globals (RELEASE_TEMP).
  o pushd/popd -- detect and respond to errors.
  o minor formatting and cleanups.

Change-Id: I053b3e116bd7b3fd5cebcab8c30f5ec10be64cf6
diff --git a/makefiles/consts.mk b/makefiles/consts.mk
index bac4362..d6f71e8 100644
--- a/makefiles/consts.mk
+++ b/makefiles/consts.mk
@@ -17,6 +17,8 @@
 # SPDX-FileCopyrightText: 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors
 # SPDX-License-Identifier: Apache-2.0
 # -----------------------------------------------------------------------
+# ONF.makefile.version = 1.0
+# -----------------------------------------------------------------------
 
 $(if $(DEBUG),$(warning ENTER))