Changelog.md from another git repo
RishabhTayal opened this issue · 6 comments
RishabhTayal commented
Is there a way to get the Changelog.md file from another git repo?
pajapro commented
Not at the moment - what's the use use case?
RishabhTayal commented
The idea is to have a separate repo for Changelog.md and it would clone that repo and use the Changelog from there.
Sent with GitHawk
RishabhTayal commented
I can see this is not a very common use case. But just wanted to bring it out.
Sent with GitHawk
pajapro commented
Can't you then run fastlane-plugin-changelog
in that separate repo?
RishabhTayal commented
But then how would we get the change log text in the main repo?
pajapro commented
Is there a way to get the Changelog.md file from another git repo?
How about just having a script to clone that another repo and move Changelog.md
to a folder from which you execute fastlane
?