mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Update version-increment.sh for old comment
This commit is contained in:
@@ -61,7 +61,6 @@ fi
|
||||
|
||||
##==----------------------------------------------------------------------------
|
||||
## Conventional commits
|
||||
# If calver is set, raise a warning
|
||||
if [[ "${scheme}" == 'conventional_commits' ]] ; then
|
||||
# Get message from given commit
|
||||
commit_message=$(git log -1 --pretty=format:%B "${git_commit_sha}")
|
||||
|
||||
Reference in New Issue
Block a user