fix(cli): improve changelog release handling and TypeScript compatibility

This commit is contained in:
2026-06-03 09:53:36 +00:00
parent 5cba50b56e
commit 0b7cd9c635
20 changed files with 1068 additions and 3206 deletions
+1 -1
View File
@@ -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',
});