Skip to content

Commit

Permalink
Bump up tasks version (#197)
Browse files Browse the repository at this point in the history
* Bump up tasks version for a new release
* Bump up extension version for a new release
* Add missing strings to resources.resjson for GooglePlayPromote Task
  • Loading branch information
Alexandr Smolaykov authored Aug 18, 2020
1 parent fc17fa4 commit 96f4dc3
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"loc.input.help.rolloutToUserFraction": "Promote the release to a percentage of users. Use the 'Google Play - Increase Rollout' task to increase the rollout within a track.",
"loc.input.label.userFraction": "Rollout fraction",
"loc.input.help.userFraction": "The percentage of users the specified APK will be released to for the specified 'Destination track'. It can be increased later with the 'Google Play - Increase Rollout' task.",
"loc.input.label.сleanTheSourceTrack": "Сlean the source track",
"loc.input.help.сleanTheSourceTrack": "Source track will be cleared",
"loc.messages.InvalidAuthFile": "Specified auth file was invalid",
"loc.messages.InvalidAuthFilewithName": "%s was not a valid auth file",
"loc.messages.JsonKeyFileNotFound": "The service account JSON key file could not be found.",
Expand All @@ -29,5 +31,6 @@
"loc.messages.SourceTrack": "Source track: %s",
"loc.messages.DestTrack": "Destination track: %s",
"loc.messages.Success": "Successfully promote APK.",
"loc.messages.Failure": "Failed to promote APK."
"loc.messages.Failure": "Failed to promote APK.",
"loc.messages.ReturnedNullEdit": "Failed to promote apk: promote operation returned null"
}
2 changes: 1 addition & 1 deletion Tasks/google-play-promote/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"version": {
"Major": "3",
"Minor": "172",
"Minor": "174",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/google-play-promote/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"version": {
"Major": "3",
"Minor": "172",
"Minor": "174",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/google-play-release-bundle/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"version": {
"Major": "3",
"Minor": "172",
"Minor": "174",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/google-play-release-bundle/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"version": {
"Major": "3",
"Minor": "172",
"Minor": "174",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/google-play-rollout-update/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"version": {
"Major": "2",
"Minor": "172",
"Minor": "174",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/google-play-rollout-update/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"version": {
"Major": "2",
"Minor": "172",
"Minor": "174",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vso-android-extension",
"version": "2.172.0",
"version": "2.174.0",
"description": "Provides build/release tasks that enable performing continuous delivery to the Google Play store from an automated VSTS build or release definition.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion vsts-extension-google-play.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1.0,
"id": "google-play",
"name": "Google Play",
"version": "3.172.0",
"version": "3.174.0",
"publisher": "ms-vsclient",
"description": "Provides tasks for continuous delivery to the Google Play Store from TFS/Team Services build or release definitions",
"categories": [
Expand Down

0 comments on commit 96f4dc3

Please sign in to comment.