Releases: jensengillett/verificationbot
v0.3
v0.2
Breaking change: ticket_id
environment variable added.
Should not affect existing installations due to some extra code to make it optional, but who knows. If you're updating to this version or later you may need to add a ticket_id environment variable, even if it is blank.
v0.1
Release v0.1 is the same code from June 15th, just packaged up.
The release strategy for this bot is primarily around breaking changes.
In the coming weeks there will be an addition of a new environment variable that will not be in prior versions of the bot. The bot should gracefully handle the missing variable, but this may be not the case, thus the creation of releases for each breaking change.
Most changes to the bot will not increment the release counter. The minor version will be updated with each breaking change, until eventually a 1.0 release happens. (This will probably be after I write slash command support. Sorry.)
I am providing source code only for releases; since the bot's written in Python, this is sufficient to get it going.