Closed waleedasad closed 2 years ago
https://github.com/Triple-T/gradle-play-publisher#uploading-release-notes
Please read the source set docs. You probably want app/src/devRelease
, but it'll depend on your configuration.
@SUPERCILEX , Thanks for responding, I changed the directory to see what impact it will have. Now I'm getting this error although default.txt and internal.txt files are present in that directory:
*** What went wrong: Execution failed for task ':app:generateDevReleasePlayResources'.
Unknown file: /home/travis/build/Tixsee/intermiami-android/app/src/devRelease/play**
I followed "https://github.com/Triple-T/gradle-play-publisher#uploading-release-notes" but I'm unable to publish release notes.
Seems like you have a file named "play". It shouldn't be there.
No there is no file naming play, it's a folder.
You didn't ls the same directory (so maybe it's missing?). Also, that directory you showed shouldn't exist because it's under the build directory and yet has "src" in its path.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
Release note not publishing in Google Play Store while using Internal track. Although the file is present in this directory : "/app/src/publishDevReleaseApk/play/release-notes/en-US/internal.txt" but still I'm unable to publish the release notes on Google Play Store.
How To Reproduce
Versions
Tasks executed
./gradlew publishDevReleaseApk
Expected behavior
I have added this in .travis.yml:
before_deploy:
Before deploying it should add Release notes but it isn't adding release notes although I have verified the file is present at the above location.