-
Notifications
You must be signed in to change notification settings - Fork 302
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
Merge release/2.34 into trunk #1697
Conversation
Having `beta: true` by default and allowing it to remain so even with `track: production` resulted in a build without release notes which I am not able to update because of API/Fastlane implementation details such as the ones mentioned in: - fastlane/fastlane#22126 - fastlane/fastlane#21506 I could fix the issue by manually updating the release notes, but I'd like to verify the automation flow ASAP. As such, I'll follow this change with a new build.
This is a good security practice. In noticed the key location while looking into the CI failure at https://buildkite.com/automattic/simplenote-android/builds/388 Google Api Error: Invalid request - The caller does not have permission I doubt the error is due to the key location, but since I'm looking into the key, I thought I might as well fix its location and try again.
172 was uploaded form my dev machine to test the workaround in the previous commit.
…error" This reverts commit bbcab89.
See internal ref pMz3w-kLJ-p2 that shows the service account should now have the right credentials to upload metadata.
plugins: [$CI_TOOLKIT_plugin] | ||
plugins: [$CI_TOOLKIT_PLUGIN] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did I miss this?! 🤦♂️
Generated by 🚫 Danger |
"destination": ".configure-files/google-upload-credentials.json", | ||
"destination": "~/.configure/simplenote-android/secrets/google-upload-credentials.json", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the file out of the repo while I was at it...
versionCode=174 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to iterate a few times due to missing permissions on the Play Console end.
📲 You can test the changes from this Pull Request in Simplenote Android by scanning the QR code below to install the corresponding build.
|
Merging
release/2.34
intotrunk
.Via intermediate branch
merge/release-2.34-into-trunk
, to help fix conflicts if any: