-
Notifications
You must be signed in to change notification settings - Fork 989
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
NT-1825:Automatic release process step 2 #1248
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1248 +/- ##
=========================================
Coverage 74.76% 74.76%
Complexity 740 740
=========================================
Files 222 222
Lines 6697 6697
Branches 411 411
=========================================
Hits 5007 5007
Misses 1552 1552
Partials 138 138 Continue to review full report at Codecov.
|
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.
🎉🎉
📲 What
The APK that was generated on our CI workflow was using an invalid sign in credentials, resulting in this error when trying to upload that apk to the play store
For the release workflow the field "Release notes" on firebase will hold the version name.
🛠 How
build.gradle
we now check some environment configurations when providing the release configs.👀 See
| Before 🐛 | After 🦋 |
Release APK on firebase will have on the "Release notes" field the version name
Both pipelines on the public CI environment and private CI environment ends successfully
| | |
📋 QA
Story 📖
NT-1825