Skip to content

Commit

Permalink
Small improvements to release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gma committed Apr 11, 2024
1 parent 533be06 commit 7bcc241
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ the steps:

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.
it now (e.g. run `bundle install`) and check them in together.

3. Update the `CHANGLOG.md` 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.
5. Install the gem locally (`rake install`), then generate a new site
with the `nesta` command. Install the demo content site, check that
it runs okay locally.

6. If everything seems fine, run `rake release`.

Expand Down

0 comments on commit 7bcc241

Please sign in to comment.