Sha256: d096bb4b11c57747ffc10186e0a54ee4fdbb41293698e09adf7b7808ac93ba68

Contents?: true

Size: 916 Bytes

Versions: 2

Compression:

Stored size: 916 Bytes

Contents

# Publishing

The module is published to [RubyGems][1] under the gem name [plaid][2].

Prepare release:

1. update `lib/plaid/version.rb`, and `CHANGELOG.md` files.
2. run `bundle` to bump the version in `Gemfile.lock`
3. create and merge a PR with the changes from 1 and 2.

Publish:

1. `git checkout master` and `git pull` (makes sure your `HEAD` is up-to-date).
2. Check that tests are passing on latest `master` build and (optional) `bundle exec rake test` to run tests locally
3. `bundle exec rake release` (builds the gem, creates a tag, pushes the gem to RubyGems and tag to GitHub).
4. `bundle exec rake update_github_docs` (generates RDoc files, updates `gh-pages` branch and pushes it to GitHub). (If you run into a `gh-pages` branch error, you may need to manually run `git checkout gh-pages` to ensure the branch is checked out locally.)

[1]: https://rubygems.org/
[2]: https://rubygems.org/gems/plaid

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plaid-10.1.0 PUBLISH.md
plaid-10.0.0 PUBLISH.md