diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-06-23 15:40:49 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-06-23 15:41:29 -0600 |
| commit | 4cfb8808ec2ab272495fa20f495b464472ae2411 (patch) | |
| tree | 2e163c1c2925256f91c3b3fa0c0eac24a2134ab0 /tasks | |
| parent | 2c3ca36def0c5f62a5438c72a1a0d487f356c403 (diff) | |
remove trailing newline from release notes document [skip ci]
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/release-notes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release-notes.rb b/tasks/release-notes.rb index 6bd637c3..82e8772e 100644 --- a/tasks/release-notes.rb +++ b/tasks/release-notes.rb @@ -32,7 +32,7 @@ changelog = (File.readlines 'CHANGELOG.adoc', chomp: true, mode: 'r:UTF-8').redu accum end -notes = <<~EOS +notes = <<~EOS.chomp Write summary... ## Distribution |
