dpp 1.1.0 copy "dpp: ^1.1.0" to clipboard
dpp: ^1.1.0 copied to clipboard

outdated

A better dart pub publish, by running tests, fixes, lint, update CHANGELOG file and git commands.

example/dpp_example.dart

import 'package:dpp/dpp.dart';

void main() {
  final pubPublisher = DartPubPublish(git: false);

  // Publish a new version without updating the changelog
  pubPublisher.publish('1.2.0');

  // Publish a new version with a changelog message
  pubPublisher.publish('1.3.0', message: 'Added a new feature');

  print('Package published!');
}
2
likes
0
points
62
downloads

Publisher

verified publisherhelio.me

Weekly Downloads

A better dart pub publish, by running tests, fixes, lint, update CHANGELOG file and git commands.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

all_exit_codes, args, path, yaml, yaml2dart

More

Packages that depend on dpp