Skip to content

Commit

Permalink
DOCUMENTATION: Update readme with latest version info. Add additional…
Browse files Browse the repository at this point in the history
… repo to config sample fopr brevity.
  • Loading branch information
Cian911 committed Oct 12, 2021
1 parent 721b8a8 commit d612531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ gomerge -h
To install the compiled binary, you can go to the releases tab, and download the version most suitable to your environment. An example of such is below.

```bash
wget https://github.com/Cian911/gomerge/releases/download/2.1.0/gomerge_2.1.0_Linux_x86_64.tar.gz
sudo tar -xvf gomerge_2.1.0_Linux_x86_64.tar.gz -C /usr/local/bin/
wget https://github.com/Cian911/gomerge/releases/download/2.1.1/gomerge_2.1.1_Linux_x86_64.tar.gz
sudo tar -xvf gomerge_2.1.1_Linux_x86_64.tar.gz -C /usr/local/bin/
sudo chmod +x /usr/local/bin/gomerge
```

Expand Down Expand Up @@ -87,8 +87,6 @@ PR #3: Pull Request successfully merged.

##### Bulk Merging/Approving Pull Requests

As of version `1.1.0` there is a new option available to pass a config.yaml as an arugment to the `gomerge` tool which will give the user the option to configure a list of repositories in order to more easily _bulk merge_ pull requests.

You should first create a `config.yaml` file in the following format.

```yaml
Expand Down
1 change: 1 addition & 0 deletions sample/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
organization: google
repositories:
- dagger
- leveldb

0 comments on commit d612531

Please sign in to comment.