1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update RELEASING_RAILS.md

I have removed the dot because only one string had a dot, all the other strings in the list had no dots
This commit is contained in:
Kirill Zhuravlov 2016-11-21 21:38:03 +02:00 committed by GitHub
parent 2b4a9735d8
commit 49f7b043f2

View file

@ -179,7 +179,7 @@ more explanation on a particular step, see the RC steps.
Today, do this stuff in this order:
* Apply security patches to the release branch
* Update CHANGELOG with security fixes.
* Update CHANGELOG with security fixes
* Update RAILS_VERSION to remove the rc
* Build and test the gem
* Release the gems
@ -206,7 +206,7 @@ so we need to give them the security fixes in patch form.
* Blog announcements
* Twitter announcements
* Merge the release branch to the stable branch.
* Merge the release branch to the stable branch
* Drink beer (or other cocktail)
## Misc