method
end_of_notes?
v7.2.3 -
Show latest stable
- Class:
Releaser
end_of_notes?(contents)private
No documentation available.
# File tools/releaser/lib/releaser.rb, line 331
def end_of_notes?(contents)
line = contents.first
line =~ /^## Rails \d+\.\d+\.\d+.*$/ ||
line =~ /^Please check.*for previous changes\.$/ ||
contents.empty?
end