You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to version 1.24.0, a generated README.md file contained the "title" of each command (actually the first line of the description field). Now it no longer contains the title.
Expected behavior
For example, in my project prior to upgrading to dev-cli 1.24.0, an excerpt from my README.md looked like this:
Summary
Prior to version 1.24.0, a generated
README.mdfile contained the "title" of each command (actually the first line of thedescriptionfield). Now it no longer contains the title.Expected behavior
For example, in my project prior to upgrading to dev-cli 1.24.0, an excerpt from my
README.mdlooked like this:Actual behavior
After upgrading to 1.24.0, it looks like this:
Additional information
This appears to be a regression caused by #141, which removed
titlefromrenderCommand.