pub_release 7.1.5 copy "pub_release: ^7.1.5" to clipboard
pub_release: ^7.1.5 copied to clipboard

outdated

Automates the release of a dart package to pub.dev including running dartfmt, creating a git tag, incrementing the packages version no. and pushing the package to pub.dev.

README #

Pub Release is a package to assist in publishing dart/flutter packages to pub.dev.

Pub Release performs the following operations:

  • Formats all code using dartfmt
  • Increments the version no. using semantic versioning after asking what sort of changes have been made.
  • Creates a dart file containing the version no. in src/version/version.g.dart
  • Updates the pubspec.yaml with the new version no.
  • If you are using Git:
    • Generates a Git Tag using the new version no.
    • Generates release notes from commit messages since the last tag.
    • Publish any executables list in pubspec.yaml as assets on github
  • Allows you to edit the release notes.
  • Adds the release notes to CHANGELOG.MD along with the new version no.
  • Publishes the package to pub.dev.
  • Run pre/post release 'hook' scripts.

Getting Started #

  • Install Pub Release globally with dart pub global activate pub_release
  • Read the full documentation to learn how to use it
19
likes
0
pub points
51%
popularity

Publisher

verified publisheronepub.dev

Automates the release of a dart package to pub.dev including running dartfmt, creating a git tag, incrementing the packages version no. and pushing the package to pub.dev.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dcli, github, meta, mime, pub_semver, settings_yaml

More

Packages that depend on pub_release