🚚 Rename something

This commit is contained in:
2025-01-09 20:23:36 +08:00
parent a5a3dfb128
commit bf580daead
2 changed files with 4 additions and 5 deletions

View File

@ -8,9 +8,8 @@ import (
type ProductReleaseType int
const (
ReleaseTypeMinor = ProductReleaseType(iota)
ReleaseTypeRegular
ReleaseTypeMajor
ReleaseTypeFull = ProductReleaseType(iota)
ReleaseTypePatch
)
type ProductRelease struct {