AI-Studio/app/Build/Commands/PrepareAction.cs
2025-04-14 19:29:56 +02:00

10 lines
104 B
C#

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