Update version-increment.sh for old comment

This commit is contained in:
Phil Jay
2024-04-23 17:17:01 +10:00
committed by GitHub
parent 352a9961c8
commit 73ade5516c

View File

@@ -61,7 +61,6 @@ fi
##==---------------------------------------------------------------------------- ##==----------------------------------------------------------------------------
## Conventional commits ## Conventional commits
# If calver is set, raise a warning
if [[ "${scheme}" == 'conventional_commits' ]] ; then if [[ "${scheme}" == 'conventional_commits' ]] ; then
# Get message from given commit # Get message from given commit
commit_message=$(git log -1 --pretty=format:%B "${git_commit_sha}") commit_message=$(git log -1 --pretty=format:%B "${git_commit_sha}")