You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update homebrew formula only when releasing formal version;
update scoop-bucket formula only when releasing formal version;
publish latest docker image only when releasing formal version.
Why is this needed?
Only expose as latest version when releasing formal version, whose tag must be in format va.b.c, e.g. v0.10.0. Other versions should not be set as the latest version, such as v0.9.2-rc.2.
The text was updated successfully, but these errors were encountered:
healthjyk
changed the title
Feat: A better way to release installation binary
Feat: expose latest version only for releasing formal version
Dec 27, 2023
What would you like to be added?
Why is this needed?
Only expose as latest version when releasing formal version, whose tag must be in format
va.b.c
, e.g.v0.10.0
. Other versions should not be set as the latest version, such asv0.9.2-rc.2
.The text was updated successfully, but these errors were encountered: