phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
182 stars 23 forks source link

fix: choice questions return index, not value #62

Closed weierophinney closed 5 years ago

weierophinney commented 5 years ago

When you ask a ChoiceQuestion, the result returned is the index of the choice requested, not the value. As such, we need to grab the value via the index in order to use it.

Fixes #58