We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c2ada commit b9e5044Copy full SHA for b9e5044
Rakefile
@@ -129,7 +129,6 @@ task :notes do
129
# use first 7 chars to match GitHub
130
comment = line.gsub(hex, '').strip
131
next if comment == 'Update release notes'
132
- # Update release notes
133
new_data += "- [#{hex[0...7]}](https://github.com/appium/#{gh_name}/commit/#{hex}) #{comment}\n"
134
end
135
data = new_data + "\n"
0 commit comments