flow icon indicating copy to clipboard operation
flow copied to clipboard

Allow adding changelog items using $EDITOR

Open jnv opened this issue 8 years ago • 1 comments

Current readline support is nice, but you cannot fix typos in lines you already added. Add configuration option #46 to use $EDITOR by default akin to Git's interactive rebase behavior.

jnv avatar Apr 06 '17 14:04 jnv

It may support multi-line (apart from CLI, see #45) and further editor features.

  • Use case 1: typical changelog edit is one-line, use parameter for multi-line
  • Use case 2: typical changelog edit is multi-line, use configuration parameter
  • Use case 3: requiring editor spellcheck, use configuration parameter

jiripavelka avatar Apr 06 '17 19:04 jiripavelka