We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a3e30 commit 5f546baCopy full SHA for 5f546ba
cmd/semantic-release/main.go
@@ -5,8 +5,8 @@ import (
5
"errors"
6
"flag"
7
"fmt"
8
- "github.com/christophwitzko/go-semantic-release"
9
- "github.com/christophwitzko/go-semantic-release/condition"
+ "github.com/semantic-release/go-semantic-release"
+ "github.com/semantic-release/go-semantic-release/condition"
10
"io/ioutil"
11
"log"
12
"os"
glide.yaml
@@ -1,4 +1,4 @@
1
-package: github.com/christophwitzko/go-semantic-release
+package: github.com/semantic-release/go-semantic-release
2
import:
3
- package: github.com/Masterminds/semver
4
- package: github.com/google/go-github
0 commit comments