Skip to content

Commit b9e5044

Browse files
Remove comment
1 parent 30c2ada commit b9e5044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ task :notes do
129129
# use first 7 chars to match GitHub
130130
comment = line.gsub(hex, '').strip
131131
next if comment == 'Update release notes'
132-
# Update release notes
133132
new_data += "- [#{hex[0...7]}](https://github.com/appium/#{gh_name}/commit/#{hex}) #{comment}\n"
134133
end
135134
data = new_data + "\n"

0 commit comments

Comments
 (0)