We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c33fa2 commit 204a75eCopy full SHA for 204a75e
README.md
@@ -408,6 +408,12 @@ Existing RSpec plugins which have OpenAPI integration:
408
* Orignally created by [k0kubun](https://github.com/k0kubun) and the ownership was transferred to [exoego](https://github.com/exoego) in 2022-11-29.
409
410
411
+## Releasing
412
+
413
+1. Bump version in `lib/rspec/openapi/version.rb`
414
+2. Run `bundle exec rake release`
415
+3. Push tag
416
417
## License
418
419
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
lib/rspec/openapi/version.rb
@@ -2,6 +2,6 @@
2
3
module RSpec
4
module OpenAPI
5
- VERSION = '0.20.0'
+ VERSION = '0.21.0'
6
end
7
0 commit comments