Skip to content

Commit f187a6b

Browse files
committed
Add changelog and update codeclimate token
1 parent c5c63bb commit f187a6b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: go
33
env:
44
global:
55
- GO111MODULE=on
6-
- CC_TEST_REPORTER_ID=4015795135868ee4781bd8cad1d345c20e7d0c2ef6ad5b0f08ccb13da24e66a1
6+
- CC_TEST_REPORTER_ID=f97333d5fd390f3f77c129767cf8970cd288bf201bddee48e52197c86c7ce9c9
77

88
stages:
99
- test

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v2.2.0
2+
3+
- Move from `github.com/SimonBaeumer` to `github.com/commander-cli`
4+
15
# v2.1.0
26

37
- Add registry authentication for `docker` nodes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For more information take a look at the [quick start](#quick-start), the [exampl
6363
Probably the easiest way to install `commander` is by using `go get` to download and install it in one simple command:
6464

6565
```bash
66-
go get github.com/SimonBaeumer/commander/cmd/commander
66+
go get github.com/commander-cli/commander/cmd/commander
6767
```
6868

6969
This works on any OS, as long as go is installed. If go is not installed on your system, follow one of the methods below.

0 commit comments

Comments
 (0)