mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
feat: add new scheme conventional_commits
This commit is contained in:
@@ -46,7 +46,7 @@ if [[ -z "${current_version:-}" ]] ; then
|
||||
echo "⚠️ No previous release version identified in git tags"
|
||||
# brand new repo! (probably)
|
||||
case "${scheme}" in
|
||||
semver)
|
||||
semver | conventional_commits)
|
||||
current_version="0.0.0"
|
||||
;;
|
||||
calver)
|
||||
|
||||
Reference in New Issue
Block a user