8000 Remove markdown from headings for release notes · sdevpiyush/Android@c9989c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9989c5

Browse files
committed
Remove markdown from headings for release notes
1 parent 2c06487 commit c9989c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ platform :android do
132132
end
133133

134134
File.open('../app/version/release-notes', 'w') do |file|
135-
file.write("""## What's new in this release?
135+
file.write("""What's new in this release?
136136
#{releaseNotes}
137137
138-
## Have feedback?
138+
Have feedback?
139139
You can always reach us at https://duckduckgo.com/feedback.""")
140140
end
141141

0 commit comments

Comments
 (0)
0