dart_bump 1.0.1 copy "dart_bump: ^1.0.1" to clipboard
dart_bump: ^1.0.1 copied to clipboard

Automates Dart project version bumps using Git diffs and AI-generated CHANGELOG entries.

1.0.1 #

  • bin/dart_bump.dart:

    • Added --diff-context CLI option to specify number of context lines for git diff (default 10).
    • Improved parsing of --extra-file option to handle empty values gracefully.
    • Passed clamped gitDiffLinesContext (2 to 100) to DartBump constructor.
  • DartBump:

    • Added gitDiffLinesContext field to control context lines in git diff (default 10).
    • Modified extractGitPatch to include -U<gitDiffLinesContext> argument in git diff command.

1.0.0 #

  • Initial version.

  • args_simple: ^1.1.0

1
likes
0
points
297
downloads

Publisher

unverified uploader

Weekly Downloads

Automates Dart project version bumps using Git diffs and AI-generated CHANGELOG entries.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args_simple, path

More

Packages that depend on dart_bump