Skip to content

Commit 204a75e

Browse files
authored
Releasing 0.21.0 (#268)
1 parent 3c33fa2 commit 204a75e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,12 @@ Existing RSpec plugins which have OpenAPI integration:
408408
* Orignally created by [k0kubun](https://github.com/k0kubun) and the ownership was transferred to [exoego](https://github.com/exoego) in 2022-11-29.
409409

410410

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+
411417
## License
412418

413419
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

lib/rspec/openapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RSpec
44
module OpenAPI
5-
VERSION = '0.20.0'
5+
VERSION = '0.21.0'
66
end
77
end

0 commit comments

Comments
 (0)