How to Solve NameError: name 'ask' is not defined -- zest

Solution: Import the 'ask' module

# Add the following line to the top of your code
from zest.releaser.utils import ask

 

For more information:
zest ask