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 cf584e5 commit b83b76bCopy full SHA for b83b76b
tasks/changelog.rb
@@ -14,7 +14,7 @@ class Changelog
14
TYPE_TO_HEADER = { new: 'New features', fix: 'Bug fixes', change: 'Changes' }.freeze
15
HEADER = /### (.*)/.freeze
16
PATH = 'CHANGELOG.md'
17
- REF_URL = 'https://github.com/rubocop/rubocop'
+ REF_URL = 'https://github.com/rubocop/rubocop-rails'
18
MAX_LENGTH = 40
19
CONTRIBUTOR = '[@%<user>s]: https://github.com/%<user>s'
20
SIGNATURE = Regexp.new(format(Regexp.escape('[@%<user>s][]'), user: '([\w-]+)'))
0 commit comments