Skip to content

Commit d612531

Browse files
committed
DOCUMENTATION: Update readme with latest version info. Add additional repo to config sample fopr brevity.
1 parent 721b8a8 commit d612531

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ gomerge -h
2929
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.
3030

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

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

8888
##### Bulk Merging/Approving Pull Requests
8989

90-
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.
91-
9290
You should first create a `config.yaml` file in the following format.
9391

9492
```yaml

sample/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
organization: google
22
repositories:
33
- dagger
4+
- leveldb

0 commit comments

Comments
 (0)