jpl_dart_version_autotag 2.3.4+21
jpl_dart_version_autotag: ^2.3.4+21 copied to clipboard
A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jpl_dart_version_autotagWith Flutter:
$ flutter pub add jpl_dart_version_autotagThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jpl_dart_version_autotag: ^2.3.4+21Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:jpl_dart_version_autotag/changelog_scanner.dart';
import 'package:jpl_dart_version_autotag/tag.dart';