getChangelog function
Implementation
String getChangelog() {
var content =
'## 1.0.0'.add('').add('- Initial version, created by Stagehand');
return content;
}
String getChangelog() {
var content =
'## 1.0.0'.add('').add('- Initial version, created by Stagehand');
return content;
}