ScottRobbins / Changes

A utility and framework for tracking metadata around changes made to code, generating Changelogs and other documents from those entries.
MIT License
0 stars 0 forks source link

Allow multiline messages in change entry #38

Open ScottRobbins opened 4 years ago

ScottRobbins commented 4 years ago

Because one of the goals is to allow for more flexible CI automation, we may want entries to be multiline and accept a variety of characters. An example of where this might be useful is putting example code in github releases https://github.com/vapor/fluent-kit/releases/tag/1.4.0

ScottRobbins commented 4 years ago

This is mainly a problem with the prompts than it is with supplying multi-line strings at ll.

ScottRobbins commented 2 years ago

I think there may need to be a whole re-think of my CLI tools for input/output to allow for better user experience. Should consider if there are other libraries available to help with this.