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 https://github.com/MinecraftFreecam/Freecam/pull/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?