How to add readme and changelog
Sorry if this is already in the package somewhere but I can't find it - how can I add a readme and changelog to the theme packages?
Here? https://github.com/modxcms/ThemePackagerComponent/tree/develop/core/components/themepackagercomponent/docs
I would really like to know s well... (bit in a hurry actually with this)
Is the /core/docs/ folder contents not being added to the _build script? Just trying to lock down what's missing...
Thanks all,
No it is not... I have my docs files in:
/core/components/ivory/docs/
They are not shown on install, they are added to the files after installing the package.
I notice that the current themes also do not have any changelog, readme or licence included when you install them, seems like a important feature!
+1 for option to choosing a doc, license and readme file.
Come on, this is really important!
+1
+1
I found a workaround to include changelog, readme or licence in your transport package. Just open transportfile and edit manifest.php and on line 5, just before 'setup-options' => '... add code:
'license' => 'Licence text', 'readme' => 'Readme text', 'changelog' => 'Changelog text',
Not the perfect solution but it works. Hope this helped.