Branch: refs/heads/master Home: https://github.com/jenkinsci/google-play-android-publisher-plugin Commit: 2094567f8bb2c946391c370ad5b3805b49d88615 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/2094567f8bb2c946391c370ad5b3805b49d88615 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/TestsHelper.java A src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/responses/FakeListTracksResponse.java Log Message: ----------- Retain release notes when assigning files to a new release track. This isn't done automatically when updating a release track. So we now search for an existing track that contains one of the files we want to move, and apply the associated release notes, if any, to the new track. This isn't 100% foolproof, as it's possible to have the same version codes assigned to multiple tracks, so it's possible for there to be differing release notes in multiple tracks, for the same versionCodes. i.e. you might not always get the release notes you wanted in the new track, but I imagine that to be something of an edge case. Commit: 9122994c21afd98bcd484f82fe6622cd400d7e54 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/9122994c21afd98bcd484f82fe6622cd400d7e54 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-22 (Fri, 22 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/TestsHelper.java A src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/responses/FakeListTracksResponse.java Log Message: ----------- Merge pull request #32 from jenkinsci/fix/JENKINS-54479_keep-release-notes-with-move Compare: https://github.com/jenkinsci/google-play-android-publisher-plugin/compare/3b21fd262d2d...9122994c21af -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/google-play-android-publisher-plugin/push/refs/heads/master/3b21fd-912299%40github.com.