namespace Build.Commands;

public enum PrepareAction
{
    NONE,
    
    PATCH,
    MINOR,
    MAJOR,
}