mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
Merge remote-tracking branch 'origin/master' into 298
This commit is contained in:
commit
fbeeb4533f
@ -175,6 +175,9 @@ func TestValidState(t *testing.T) {
|
||||
Validate: true,
|
||||
}
|
||||
assert.NoError(Pipe{}.Run(ctx))
|
||||
assert.Equal("v0.0.2", ctx.Git.CurrentTag)
|
||||
assert.NotContains("commit4", ctx.ReleaseNotes)
|
||||
assert.NotContains("commit3", ctx.ReleaseNotes)
|
||||
}
|
||||
|
||||
func TestNoValidate(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user