flow icon indicating copy to clipboard operation
flow copied to clipboard

Add separate changelog keyword

Open petrzpav opened this issue 7 years ago • 2 comments

This will execute CLI for adding entries to changelog.

Consider adding default aliases like omgf ch or omgf c.

petrzpav avatar Apr 04 '17 14:04 petrzpav

Should this also commit changes to CHANGELOG file?

Options:

  • autocommit by default, but allow turning this off with switch,
  • make autocommit opt-in with switch switch,
  • ask user whether she wants to commit the change,
    • and add switch for Yes or No,
  • just stage the changes,
  • do nothing.

jnv avatar Apr 06 '17 14:04 jnv

IMO KISS: always autocommit and keep repairs to user as any other bug. And since it is a separate command, make it one-line.

jiripavelka avatar Apr 06 '17 19:04 jiripavelka