Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.16 KB

RELEASING.md

File metadata and controls

30 lines (21 loc) · 1.16 KB

Releasing

  1. Update the version number in these places:

    • lib/bitters/version.rb
    • core/_base.scss
    • package.json
  2. Update CHANGELOG.md. We follow the guidelines from Keep a CHANGELOG.

  3. Commit changes. Use the convention “Bitters vX.X.X” in your commit message. There shouldn’t be code changes, and thus CI doesn’t need to run.

  4. Run bundle exec rake release, which tags the release, pushes the tag to GitHub, and pushes the gem to RubyGems.org.

  5. Draft a new GitHub release. Upon publishing, a tweet will automatically be sent on the @bourbonsass Twitter account via Zapier. It will look like this:

    We’ve released Bitters {release_title}: {release_link}

  6. If needed, update the contributing page and website example page.