Sha256: ecb04c5bbdebf0f3a4ca1e2211eafcd0f2fe2773723730e20cbc5bcbc549e99f
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
# Releasing Nesta When it comes time to release a new version of the Nesta gem, these are the steps: 1. Bump the version number in `lib/nesta/version.rb`. This will cause the version number in `Gemfile.lock` to be updated too, so regenerate it now and check them in together. 2. Update the `CHANGES` file with a summary of significant changes since the previous release. 3. Check the versions of Ruby used in `.travis.yml` are up to date. If new Ruby versions need testing, update the config and re-run the Travis build. 4. Generate a new site with the `nesta` command, install the demo content, check that it runs okay locally. 5. If everything seems fine, run `rake release`. 6. Publish an announcement blog post and email the list.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nesta-0.12.0 | RELEASING.md |