Sha256: 39fff1692b2df9b23d7d154cfc65360f446cb757174d76a20c094325b94e8c87

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 Bytes

Contents

# Releasing

1. Update the version number in these places:

    - `lib/hux/version.rb`
    - `core/_base.scss`
    - `package.json`

1. Update `CHANGELOG.md`. We follow the guidelines from [Keep a CHANGELOG].

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

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

1. Draft a [new GitHub release][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 Hux {release_title}: {release_link}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hux-0.0.1 RELEASING.md