f3ath / cider

Tools for Dart package maintainers
https://pub.dev/packages/cider
MIT License
101 stars 17 forks source link

Documentation doesn't match `log` subcommands #73

Closed guidezpl closed 6 months ago

guidezpl commented 6 months ago

The subcommands use present tense (e.g 'added' and 'removed') while the documentation uses past tense (as before)

Available subcommands:
  add         Add a new feature to the changelog
  change      Add a new change to the changelog
  deprecate   Add a new deprecation to the changelog
  fix         Add a new bug fix to the changelog
  remove      Add a new removal to the changelog
  security    Add a new security fix to the changelog
f3ath commented 6 months ago

Version 0.2.7 should allow any prefix for the log command, e.g.

guidezpl commented 6 months ago

thanks!