mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix announcement draft formatting [ci skip]
This commit is contained in:
parent
b2465a0cc9
commit
0421eecf13
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ To view the changes for each gem, please read the changelogs on GitHub:
|
||||||
<%= "* [#{FRAMEWORK_NAMES[framework]} CHANGELOG](https://github.com/rails/rails/blob/v#{version}/#{framework}/CHANGELOG.md)" %>
|
<%= "* [#{FRAMEWORK_NAMES[framework]} CHANGELOG](https://github.com/rails/rails/blob/v#{version}/#{framework}/CHANGELOG.md)" %>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
|
||||||
To see a summary of changes, please read the release on GitHub:
|
To see a summary of changes, please read the release on GitHub:
|
||||||
|
|
||||||
<%= "* [#{version} CHANGELOG](https://github.com/rails/rails/releases/tag/v#{version})" %>
|
<%= "[#{version} CHANGELOG](https://github.com/rails/rails/releases/tag/v#{version})" %>
|
||||||
|
|
||||||
*Full listing*
|
*Full listing*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue