Skip to content

Commit

Permalink
tools deploy bugfix wrong commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 21, 2024
1 parent 4668950 commit d1d0a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ function Get-BumpCommitMessage {
# The TinyORM here is correct, it's the only one exception when the casing doesn't match,
# it should be TinyOrm (because it's a version number for the TinyOrm library) but I take it
# as TinyORM project (as whole) version number
$message = 'TinyORM v' + $TinyOrmBumpValue.versionBumped
$message = 'bump version to TinyORM v' + $TinyOrmBumpValue.versionBumped

# tom
# I want to have the tom version number in the commit title if it was bumped
Expand Down

0 comments on commit d1d0a20

Please sign in to comment.