Skip to content

Release a version

Joanna Vigne edited this page Mar 2, 2022 · 10 revisions

To prepare a release on rubygems use the following checklists.

Before the release

  • Is the README up to date ?
  • Is there a section describing the release changes in the Changelog ?
  • Does the version file contain the same version as the release version ?
  • Is there a tag for the release ?
  • Are you one of the gem owner ?
  • Is 2FA activated on your rubygem account ?

To release

  • gem build ad_localize.gemspec
  • gem push <gem> (ex: gem push ad_localize-4.1.0.gem)

After the release

  • Is there a github release containing the Changelog ?
  • Do people know about the release ? Always notify the chan #ad-localize and when there is an important/breaking change the slack channels #open-source, #mobile and/or #ft-developers
Clone this wiki locally