Sha256: 3557c2416bcd488c481ef82f4bd6c70f5f2801f76c34c70da77e886defe287b7

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

# Releasing Gem

1. Bump the gem version in `lib/archangel/version.rb`

    Follow the rules of [Semantic Versioning](https://semver.org/). For example:

    * `1.2.3`
    * `1.3.0-beta`
    * `2.0.0-rc.1`

2. Build the gem

   ```
   $ bundle exec rake build
   ```

   This will create a new .gem file in `pkg/`. Fix any errors or warnings that come up.

3. Create the gem, tag it in Github and release to Rubygems

    ```
    $ bundle exec rake release
    ```

4. Profit!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel-0.0.2 docs/Release.md