Check added for the second sub! properly
added
Even if the first sub! modifies news, when added is empty, it always ended up skipping File.write("NEWS.md", news) because of the next. This commit fixes the problem.
news
File.write("NEWS.md", news)
next
Check
added
for the second sub! properlyEven if the first sub! modifies
news
, whenadded
is empty, it alwaysended up skipping
File.write("NEWS.md", news)
because of thenext
.This commit fixes the problem.