mirror of
https://github.com/bitwarden/android.git
synced 2026-05-09 21:39:15 -05:00
Compare commits
8 Commits
debug-rele
...
agalles/20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23b745991a | ||
|
|
302602a933 | ||
|
|
a79634e34b | ||
|
|
f77839e758 | ||
|
|
a0874a7c4f | ||
|
|
aa9e151a0b | ||
|
|
df2c7039b2 | ||
|
|
44fdbec92c |
3
.github/workflows/publish-store.yml
vendored
3
.github/workflows/publish-store.yml
vendored
@@ -147,7 +147,8 @@ jobs:
|
||||
|
||||
bundle exec fastlane updateReleaseNotes \
|
||||
releaseNotes:"$RELEASE_NOTES" \
|
||||
versionCode:"$VERSION_CODE"
|
||||
versionCode:"$VERSION_CODE" \
|
||||
packageName:"$PACKAGE_NAME"
|
||||
|
||||
bundle exec fastlane promoteToProduction \
|
||||
versionCode:"$VERSION_CODE" \
|
||||
|
||||
@@ -387,9 +387,13 @@ platform :android do
|
||||
pw_manager_locales = ["ca", "cs-CZ", "da-DK", "de-DE", "en-US", "es-ES", "et", "fr-FR", "hr", "hu-HU", "id", "it-IT", "iw-IL", "ja-JP", "nl-NL", "pl-PL", "pt-BR", "pt-PT", "ro", "ru-RU", "sk", "sv-SE", "tr-TR", "uk", "vi", "zh-CN", "zh-TW"]
|
||||
if options[:packageName] == "com.bitwarden.authenticator"
|
||||
locales = auth_locales
|
||||
elsif options[:packageName] == "com.x8bit.bitwarden" || options[:packageName] == "com.x8bit.bitwarden.beta"
|
||||
locales = pw_manager_locales
|
||||
else
|
||||
UI.important "Unexpected package name: #{options[:packageName]}, using default locales"
|
||||
locales = pw_manager_locales
|
||||
end
|
||||
|
||||
locales.each do |locale|
|
||||
dir = "metadata/android/#{locale}/changelogs"
|
||||
FileUtils.mkdir_p(dir)
|
||||
|
||||
@@ -26,7 +26,7 @@ module Supply
|
||||
end
|
||||
|
||||
releases = track_from.releases
|
||||
UI.message("Track contents: #{track_from.to_json}")
|
||||
# UI.message("Track contents: #{track_from.to_json}")
|
||||
|
||||
version_code = Supply.config[:version_code].to_s
|
||||
if !Supply.config[:skip_release_verification]
|
||||
@@ -79,6 +79,9 @@ module Supply
|
||||
release.user_fraction = nil
|
||||
end
|
||||
|
||||
UI.message("Promoting release with version code: #{release.version_codes.first}")
|
||||
UI.message("Promoting release with version name: #{release.name}")
|
||||
|
||||
if track_to
|
||||
# Its okay to set releases to an array containing the newest release
|
||||
# Google Play will keep previous releases there this release is a partial rollout
|
||||
|
||||
Reference in New Issue
Block a user