You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just hit this myself... just curious, does anyone have a workaround for this? I'm trying to use this in a lerna monorepo and copy together CHANGELOG.md files from several packages. But they get overwritten. I'd rather not have to name my CHANGELOG files different for each package.
the files are named the same and thus overwrite each other (see esdoc/esdoc-plugins#20)
For now, we remove the CHANGELOGs from esdoc generation until esdoc/esdoc-plugins#83 or sth similar has landed in esdoc
Consider the following config:
The following config will generate the same file
./manual/README.md
twice and therefore will overwrite each other.The text was updated successfully, but these errors were encountered: