conventional 0.0.1-pre conventional: ^0.0.1-pre copied to clipboard
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.