Skip to content

Commit

Permalink
[build] fix release note formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 23, 2024
1 parent 7112e47 commit 72436c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,8 @@ end
desc 'Create Release Notes for Minor Release'
task :create_release_notes do
range = "#{previous_tag(java_version)}...HEAD"
format = "* [\\`%h\\`](http://github.com/seleniumhq/selenium/commit/%H) - %s :: %an"
git_log_command = %Q(git --no-pager log "#{range}" --pretty=format:"#{format}"--reverse)
format = "* [\\`%h\\`](http://github.com/seleniumhq/selenium/commit/%H) - %s :: %aN"
git_log_command = %Q(git --no-pager log "#{range}" --pretty=format:"#{format}" --reverse)
git_log_output = `#{git_log_command}`

release_notes = <<~RELEASE_NOTES
Expand Down

0 comments on commit 72436c4

Please sign in to comment.