File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1080,8 +1080,8 @@ end
1080
1080
desc 'Create Release Notes for Minor Release'
1081
1081
task :create_release_notes do
1082
1082
range = "#{ previous_tag ( java_version ) } ...HEAD"
1083
- format = "* [\\ `%h\\ `](http://github.com/seleniumhq/selenium/commit/%H) - %s :: %an "
1084
- git_log_command = %Q(git --no-pager log "#{ range } " --pretty=format:"#{ format } "--reverse)
1083
+ format = "* [\\ `%h\\ `](http://github.com/seleniumhq/selenium/commit/%H) - %s :: %aN "
1084
+ git_log_command = %Q(git --no-pager log "#{ range } " --pretty=format:"#{ format } " --reverse)
1085
1085
git_log_output = `#{ git_log_command } `
1086
1086
1087
1087
release_notes = <<~RELEASE_NOTES
You can’t perform that action at this time.
0 commit comments