Skip to content

Commit

Permalink
Adds supply instructions to the pre-requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
rub8n committed Jun 28, 2016
1 parent 93f2877 commit 1ef1cbc
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@ In order to automate the release of app updates to the Google Play store, you ne

9. Ensure that the **Role** is set to **Release Manager** and then click the **Add user** button

To take advantage of the metadata updating capabilities, files need to be organized using a format similar to the Fastlane’s [supply tool](https://github.com/fastlane/fastlane/tree/master/supply#readme).

1. Install the supply tool

```
sudo gem install supply
```

2. Navigate to your root folder
```
cd [your_project_folder]
```

3. Download metadata for an existing app to the project folder

```
supply init
```

## Quick Start

Once you have created or retrieved credentials for you Google Play service account, then perform the following steps to automate releasing updates from a VSTS build or release definition:
Expand Down
19 changes: 19 additions & 0 deletions baseREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ In order to automate the release of app updates to the Google Play store, you ne

9. Ensure that the **Role** is set to **Release Manager** and then click the **Add user** button

To take advantage of the metadata updating capabilities, files need to be organized using a format similar to the Fastlane’s [supply tool](https://github.com/fastlane/fastlane/tree/master/supply#readme).

1. Install the supply tool

```
sudo gem install supply
```

2. Navigate to your root folder
```
cd [your_project_folder]
```

3. Download metadata for an existing app to the project folder

```
supply init
```

## Quick Start

Once you have created or retrieved credentials for you Google Play service account, then perform the following steps to automate releasing updates from a VSTS build or release definition:
Expand Down
19 changes: 19 additions & 0 deletions docs/vsts-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ In order to automate the release of app updates to the Google Play store, you ne

9. Ensure that the **Role** is set to **Release Manager** and then click the **Add user** button

To take advantage of the metadata updating capabilities, files need to be organized using a format similar to the Fastlane’s [supply tool](https://github.com/fastlane/fastlane/tree/master/supply#readme).

1. Install the supply tool

```
sudo gem install supply
```

2. Navigate to your root folder
```
cd [your_project_folder]
```

3. Download metadata for an existing app to the project folder

```
supply init
```

## Quick Start

Once you have created or retrieved credentials for you Google Play service account, then perform the following steps to automate releasing updates from a VSTS build or release definition:
Expand Down

0 comments on commit 1ef1cbc

Please sign in to comment.