You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I'd like for towncrier to automatically generate the fragment file name so that I don't have to, and so that I don't make mistakes. To achieve this, towncrier create should prompt the user to input the necessary info using a library like itsprompt.
The text was updated successfully, but these errors were encountered:
chadrik
changed the title
Provide a workflow that uses prompts to easily create fragments with the correct names
Provide interactive prompts to create fragments with the correct names
Jul 20, 2023
As a developer, I'd like for towncrier to automatically generate the fragment file name so that I don't have to, and so that I don't make mistakes. To achieve this,
towncrier create
should prompt the user to input the necessary info using a library like itsprompt.The series of prompts should be:
This could be introduced in one of three ways:
towncrier create
, e.g.towncrier create -p
towncrier create
towncrier new
Take a look at the
changie new
portion of thechangie mege
animation here: https://changie.dev/guide/quick-start/The text was updated successfully, but these errors were encountered: