fix(cli): improve changelog release handling and TypeScript compatibility
This commit is contained in:
@@ -26,7 +26,7 @@ export class Meta {
|
||||
/**
|
||||
* the meta repo data
|
||||
*/
|
||||
public metaRepoData: interfaces.IMetaRepoData;
|
||||
public metaRepoData!: interfaces.IMetaRepoData;
|
||||
public smartshellInstance = new plugins.smartshell.Smartshell({
|
||||
executor: 'bash',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user