func()

in cmd/release/utils/changetype/changetype.go [18:20]


func (ct ChangeType) IsDevOrProd() bool {
	return ct == Dev || ct == Prod
}