Sha256: f2f3f8e06298f59fe96eb4df4a03326437fbaf50cb2005c783602d5bcde0ebb6

Contents?: true

Size: 911 Bytes

Versions: 3

Compression:

Stored size: 911 Bytes

Contents

# Releasing

1. Update the version number in these places:
  - `lib/bourbon/version.rb`
  - `core/bourbon/_bourbon.scss`
  - `package.json`
  - `bower.json`

1. Update `NEWS.md`

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

1. Run `rake release`, which tags the release, pushes the tag to GitHub, and
   pushes the gem to RubyGems.org.

1. Run `npm publish`, which pushes the new version to npm’s registry (if
   releasing a pre-release, run `npm publish --tag beta`).

1. Add a [new GitHub release](//github.com/thoughtbot/bourbon/releases/new).

1. Re-generate and publish
   the [documentation website](//github.com/thoughtbot/bourbon.io),
   using the available Rake tasks.

1. Announce the new release, making sure to say “thank you” to the contributors
   who helped shape this version!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bourbon-5.0.0.beta.3 RELEASING.md
bourbon-5.0.0.beta.2 RELEASING.md
bourbon-5.0.0.beta.1 RELEASING.md