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 0bdf2d7 commit d24171bCopy full SHA for d24171b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# rubocop-github
2
3
+## v0.23.0
4
+
5
+- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).
6
7
## v0.22.0
8
9
- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rubocop-github (0.22.0)
+ rubocop-github (0.23.0)
rubocop (>= 1.72)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
lib/version.rb
@@ -1,3 +1,3 @@
# frozen_string_literal: true
-VERSION = "0.22.0"
+VERSION = "0.23.0"
0 commit comments