We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31da89 commit 73590c3Copy full SHA for 73590c3
go.mod
@@ -4,8 +4,8 @@ go 1.15
4
5
require (
6
github.com/Masterminds/semver/v3 v3.1.0
7
- github.com/go-semantic-release/semantic-release/v2 v2.5.0
+ github.com/go-semantic-release/semantic-release/v2 v2.7.0
8
github.com/google/go-github/v32 v32.1.0
9
github.com/stretchr/testify v1.6.1
10
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
+ golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
11
)
0 commit comments