AI-Studio/app/Build/Commands/PrepareAction.cs

10 lines
104 B
C#

namespace Build.Commands;
public enum PrepareAction
{
NONE,
PATCH,
MINOR,
MAJOR,
}