We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774aef2 commit 5936174Copy full SHA for 5936174
src/git-version.cr
@@ -126,7 +126,7 @@ module GitVersion
126
return {previous_tag, previous_version}
127
end
128
129
- def get_previous_version: String
+ def get_previous_version : String
130
lt, lv = get_previous_tag_and_version
131
return lt ? lt : add_prefix_suffix(lv.to_s)
132
src/main.cr
@@ -10,6 +10,7 @@ release_branch = "master"
10
minor_identifier = "feature:"
11
major_identifier = "breaking:"
12
prefix = ""
13
+suffix = ""
14
log_paths = ""
15
16
folder = FileUtils.pwd
0 commit comments