While working on #15 I came to the conclusion that createTag=false and draft=true are kinda incompatible. Or at least unintuitive.
I realised while working on MinecraftFreecam/Freecam#195 that it'd be useful to mark a release as a draft only when the tag doesn't exist yet.
I'm not sure the best API for this. Maybe some options would become enums, but with boolean and String overloaded setters?
While working on #15 I came to the conclusion that
createTag=falseanddraft=trueare kinda incompatible. Or at least unintuitive.I realised while working on MinecraftFreecam/Freecam#195 that it'd be useful to mark a release as a draft only when the tag doesn't exist yet.
I'm not sure the best API for this. Maybe some options would become
enums, but withbooleanandStringoverloaded setters?