New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md generataion should not happen automatically #23
Comments
|
It could be nice that mi6 allows you have a configuration file, in which you explicitly disables regenerating README. |
|
what about either I would write a PR if you like :) |
|
Do you really like |
|
I am happy for any working sulution 👍 |
|
Note that I will not change the behavior (regenerating README) of |
|
I respect Perl5/6's pod feature. |
|
would you accept a |
I want to use mi6 to build the tarballs to upload them to pause.cpan.org. Unfortunately it is quite complicated regarding the README.md handling.
I need to reverte the changes to the README.md after the mi6 dist command. Then I need to copy the changes into the folder and rebuild the tarball manually.
in addition:
2) README.md generation makes assumptions which can not be overriden with some command line switches. e.g whether I want to have a travis.ci header or not, which file should be converted to README.md, maybe it makes even sense to convert more then one pm6 file to markdown.
The text was updated successfully, but these errors were encountered: