Skip to content

Commit ed8edaf

Browse files
committed
Remove the section that says to increment the version number as part of the release.
1 parent 34224ac commit ed8edaf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

RELEASING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ Those with r/w permissions to the [master Grape repository](https://github.com/r
2020
gem grape, github: 'ruby-grape/grape'
2121
```
2222

23-
Increment the version, modify [lib/grape/version.rb](lib/grape/version.rb).
24-
25-
* Increment the third number if the release has bug fixes and/or very minor features, only (eg. change `0.5.1` to `0.5.2`).
26-
* Increment the second number if the release contains major features or breaking API changes (eg. change `0.5.1` to `0.6.0`).
27-
2823
Modify the "Stable Release" section in [README.md](README.md). Change the text to reflect that this is going to be the documentation for a stable release. Remove references to the previous release of Grape. Keep the file open, you'll have to undo this change after the release.
2924

3025
```

0 commit comments

Comments
 (0)