Make in tests support prerelease data type
This commit is contained in:
@@ -64,6 +64,7 @@ var _ = Describe("In Command", func() {
|
|||||||
Name: github.String("release-name"),
|
Name: github.String("release-name"),
|
||||||
Body: github.String("*markdown*"),
|
Body: github.String("*markdown*"),
|
||||||
Draft: github.Bool(draft),
|
Draft: github.Bool(draft),
|
||||||
|
Prerelease: github.Bool(false),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,6 +75,7 @@ var _ = Describe("In Command", func() {
|
|||||||
Name: github.String("release-name"),
|
Name: github.String("release-name"),
|
||||||
Body: github.String("*markdown*"),
|
Body: github.String("*markdown*"),
|
||||||
Draft: github.Bool(true),
|
Draft: github.Bool(true),
|
||||||
|
Prerelease: github.Bool(false),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user