Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
These aren't fully correct, since direct push is currently not
allowed.

The main change here is switching the release announcement from
GitHub releases to GitHub Discussions, to encourage community
feedback. Approximately nobody is downloading from the releases
page, everyone is installing via rubygems.
  • Loading branch information
jeremyevans committed Jun 22, 2022
1 parent e917654 commit db68e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ Contributions are welcome. Please make sure to:

## Releasing

* Ensure `History.md` is up-to-date
* Bump VERSION in lib/rack/test/version.rb
* Ensure `History.md` is up-to-date, including correct version and date
* `git commit . -m 'Release $VERSION'`
* `git push`
* `git tag -a -m 'Tag the $VERSION release' $VERSION`
* `git push --tags`
* `gem build rack-test.gemspec`
* `gem push rack-test-$VERSION.gem`
* Update the [GitHub releases page](https://github.com/rack/rack-test/releases)
* Add a discussion post for the release

0 comments on commit db68e09

Please sign in to comment.