lazerwalker / twine-app-builder

Automatically generate Windows and macOS versions of your Twine games, for free!
MIT License
252 stars 44 forks source link

Default 'version' should be the tag version #32

Open lazerwalker opened 3 years ago

lazerwalker commented 3 years ago

This means that the "Game configuration" section should have access to an env variable containing the current 'version'.

This means that the "should we autogenerate a tag?" logic needs to come earlier, and it may be finally time to consolidate it to be less janky (i.e. remove the step where we have slightly-different versions of the same action based on a conditional)