mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fix Markdown formatting
This commit is contained in:
parent
e4a49ce584
commit
58d634ebbe
1 changed files with 5 additions and 6 deletions
11
RELEASING.md
11
RELEASING.md
|
@ -8,14 +8,13 @@
|
||||||
and thus CI doesn't need to run,
|
and thus CI doesn't need to run,
|
||||||
so you can add "[ci skip]" to the commit message.
|
so you can add "[ci skip]" to the commit message.
|
||||||
1. Tag the release: `git tag -s vVERSION`
|
1. Tag the release: `git tag -s vVERSION`
|
||||||
- We recommend the [_quick guide on how to sign a release_] from git ready.
|
- We recommend the [_quick guide on how to sign a release_] from git ready.
|
||||||
1. Push changes: `git push && git push --tags`
|
1. Push changes: `git push && git push --tags`
|
||||||
1. Build and publish:
|
1. Build and publish:
|
||||||
```bash
|
```bash
|
||||||
gem build factory_bot.gemspec
|
gem build factory_bot.gemspec
|
||||||
gem push factory_bot-VERSION.gem
|
gem push factory_bot-VERSION.gem
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Add a new GitHub release using the recent `NEWS.md` as the content. Sample
|
1. Add a new GitHub release using the recent `NEWS.md` as the content. Sample
|
||||||
URL: https://github.com/thoughtbot/factory_bot/releases/new?tag=vVERSION
|
URL: https://github.com/thoughtbot/factory_bot/releases/new?tag=vVERSION
|
||||||
1. Announce the new release,
|
1. Announce the new release,
|
||||||
|
|
Loading…
Add table
Reference in a new issue