How to specify path for release notes for Google Play deploy step?

Hi there. I’m struggling with defining proper path in step definition for Google Play deployment.
My ‘whatsnew-EN-gb.txt’ file placed in the root directory of my project, but when I set “/” as “Direcotry of localised whatsnew files” it doesn’t get picked up and published on Google Play. How to properly specify this directory ifI have a file in root directory of the project?

Thank you,

Maja

Hi @maya,
thanks for the question.

/ means the root of the drive, to let the step search for a whats new files in the current directory (where your repo is cloned in the bitrise build vms by default), specify: ./

Please let me know how does it work for you!

1 Like

Hi @goderikrisztian,

thank you for your help, that worked perfectly! Maybe would be worth adding to step docs (or step form) somewhere?

Maja

1 Like

Hi @maya,

Great to hear that it works now! I agree with you, i will extend the step’s whatsnews_dir input’s description with format examples.

1 Like