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.
2 parents c57fc62 + 92e7e54 commit 773d0abCopy full SHA for 773d0ab
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# rubocop-github
2
3
+## v0.26.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.25.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.25.0)
+ rubocop-github (0.26.0)
rubocop (>= 1.76)
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.23)
lib/version.rb
@@ -1,3 +1,3 @@
# frozen_string_literal: true
-VERSION = "0.25.0"
+VERSION = "0.26.0"
0 commit comments