CmdNews: Guide users about minor highlights

This commit is contained in:
Tomas Babej 2021-10-02 13:11:31 -04:00
parent f9f62d596a
commit 8ef6aa4bce
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -552,5 +552,12 @@ int CmdNews::execute (std::string& output)
output = "Thank you for catching up on the new features!\n";
}
if (! full_summary && major_items)
Context::getContext ().footnote (format (
"\nOnly major higlights were displayed.\n"
"If you're interested in more release highlights, run 'task news {1} minor'.",
version
));
return 0;
}