Sha256: 3394e7c705808235492309b6263480fc27a21af8c82c87c25e506eefa67f5005
Contents?: true
Size: 834 Bytes
Versions: 2
Compression:
Stored size: 834 Bytes
Contents
# Releasing Nesta When it comes time to release a new version of the Nesta gem, these are the steps: 1. Check the versions of Ruby used in `.github/workflows` are up to date. If new Ruby versions need testing, update the config and re-run the build. 2. 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. 3. Update the `CHANGES` file with a summary of significant changes since the previous release. 4. Commit these changes with a commit message of 'Bump version to <version>' 5. Generate a new site with the `nesta` command, install the demo content, check that it runs okay locally. 6. If everything seems fine, run `rake release`. 7. Publish an announcement blog post and email the list.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nesta-0.14.0 | RELEASING.md |
nesta-0.13.0 | RELEASING.md |