From 1bd952a598143d9ed962f9ea10e060634dce5a1c Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 16 Oct 2023 09:22:28 -0700 Subject: [PATCH] Fix development commit content Update the commit contents for the development changes to indicate development related updates and use the new developement version. --- .ci/release-initiator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/release-initiator b/.ci/release-initiator index e3dd23543..de1aaf25c 100755 --- a/.ci/release-initiator +++ b/.ci/release-initiator @@ -128,7 +128,7 @@ git status git add version.txt CHANGELOG.md LICENSE || failure "Unable to stage updated development files for commit" -git commit -m "Release ${version}" || +git commit -m "Update files for new development ${dev_version}" || failure "Unable to commit updated files for development" # Now that all changes are complete, push