Skip to content

Commit db68e09

Browse files
committed
Update release instructions
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.
1 parent e917654 commit db68e09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ Contributions are welcome. Please make sure to:
128128

129129
## Releasing
130130

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

0 commit comments

Comments
 (0)