Skip to content
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

Asks to create changelog.md when specifying changelog_path #28

Closed
angularsen opened this issue Mar 25, 2018 · 1 comment
Closed

Asks to create changelog.md when specifying changelog_path #28

angularsen opened this issue Mar 25, 2018 · 1 comment

Comments

@angularsen
Copy link

I have my CHANGELOG.md file outside the project to share across iOS and Android.
When stamping it, it asks me to create the file in the default location because it can't find it:
fastlane run stamp_changelog(changelog_path: '../../CHANGELOG.md', ....)

As a workaround I've created a dummy file in that place, but it would be good to not have to.

pajapro added a commit that referenced this issue Nov 11, 2018
Remove prompt for creating CHANGEPLAN.md in project root
@pajapro
Copy link
Owner

pajapro commented Nov 11, 2018

Hi @angularsen,

thanks for reporting this issue! I have fixed it now (#35) and shipped in release v0.10.0

You can now do e.g.:
fastlane run read_changelog changelog_path:'/Users/pavelprochazka/Desktop/CHANGELOG.md' and you will not be asked to create a new CHANGELOG.md in the default location 😉. You should be able to remove your dummy file as well now.

Enjoy

@pajapro pajapro closed this as completed Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants