release_tools 0.1.0 copy "release_tools: ^0.1.0" to clipboard
release_tools: ^0.1.0 copied to clipboard

outdated

A collection of scripts to help with creating releases and publishing libraries.

Release Tools #

A collection of scripts to help with creating releases for publishing libraries and dart packages.

build Coverage Status

Features #

Available Scripts:

  • release_tools:update_version - Update the version number of pubspec.yaml

Planned:

  • release_tools:next_version - Get the next version based on commits.
  • release_tools:should_release - Check if we can create a release based on commits that follow the Conventional Commit spec.
  • release_tools:changelog - Update changelog based on commits that follow the Conventional Commit spec.
  • release_tools:update_year - For syncing years on license files

Installation #

TODO

Update Version #

$ pub run release_tools:update_version 1.0.1
7
likes
0
pub points
7%
popularity

Publisher

verified publisherbrainchildprojects.com

A collection of scripts to help with creating releases and publishing libraries.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, args, conventional, equatable, file, yaml

More

Packages that depend on release_tools