Support for normal text changelogs (by Source)

This commit is contained in:
Imran Remtulla
2023-03-19 12:52:34 -04:00
parent 48d2532323
commit 6db31e2b24
2 changed files with 39 additions and 30 deletions

View File

@@ -228,6 +228,7 @@ class AppSource {
String? host;
late String name;
bool enforceTrackOnly = false;
bool changeLogIfAnyIsMarkDown = true;
AppSource() {
name = runtimeType.toString();