Fix development commit content

Update the commit contents for the development changes to indicate
development related updates and use the new developement version.
This commit is contained in:
Chris Roberts 2023-10-16 09:22:28 -07:00
parent d488f5fe0c
commit 1bd952a598

View File

@ -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