conventional 0.0.1-pre copy "conventional: ^0.0.1-pre" to clipboard
conventional: ^0.0.1-pre copied to clipboard

outdated

A light-weight conventional commit parser and tools

Conventional #

A simple and light-weight library for parsing conventional commits and generating changelogs from them.

Usage #

A simple usage example:

import 'package:conventional/conventional.dart';

main() {
  final List<Commit> commits = Commit.parseCommits(testLog);
  if (hasReleasableCommits(commits))
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

4
likes
0
pub points
62%
popularity

Publisher

verified publisherbrainchildprojects.com

A light-weight conventional commit parser and tools

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, pub_semver

More

Packages that depend on conventional