-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
Team:EcosystemLabel for the Packages Ecosystem teamLabel for the Packages Ecosystem teambugSomething isn't workingSomething isn't working
Description
When creating a package of type content the template for the readme goes into doc folder.
| logger.Debugf("Write docs readme") |
As the content type package does not have a _div folder, when the command elastic-package check runs the readme updater, it does not detect the content package readme file, so the file goes as template format all along into the build and build zip.
Some solutions for this could be:
- Implement the
_devfolder at thecontenttype packages, so the templates land there and they can be updated correctly into thedocs - When creating the
contentpackage, go a step ahead and do the render of the readme in that moment. This way the readme file will be static.
Metadata
Metadata
Assignees
Labels
Team:EcosystemLabel for the Packages Ecosystem teamLabel for the Packages Ecosystem teambugSomething isn't workingSomething isn't working