1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/RELEASING.md
Tyson Gach e1ab9a0568 Fix Markdown formatting
The list was not enumerating when rendered, because the indentation was only two spaces, not four.
2019-02-26 12:20:36 -05:00

1,007 B

Releasing

  1. Update the version in the gemspec (and the factory_bot version, if necessary) and run bundle install
  2. Update NEWS.md to reflect the changes since last release.
  3. Commit changes. There shouldn't be code changes, and thus CI doesn't need to run, so you can add "[ci skip]" to the commit message.
  4. Tag the release: git tag -s vVERSION
  5. Push changes: git push && git push --tags
  6. Build and publish:
    gem build factory_bot_rails.gemspec
    gem push factory_bot_rails-VERSION.gem
    
  7. Add a new GitHub release using the recent NEWS.md as the content. Sample URL: https://github.com/thoughtbot/factory_bot_rails/releases/new?tag=vVERSION
  8. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!