🚚 Rename something

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

View File

@ -31,9 +31,9 @@ And the value is list of the compressed assets files or links.
### Updates
About the release, we got two types of the release, full release and increment one.
About the release, we got two types of the release, full release and patch one.
For new users, it will need to download the latest full release and all the increment releases after it,
For new users, it will need to download the latest full release and all the patch releases after it,
and our app will merge all the release into a working one.
For the old users that already have the previous release, it will download the latest increment one

View File

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