semver_sherpa 1.0.1 copy "semver_sherpa: ^1.0.1" to clipboard
semver_sherpa: ^1.0.1 copied to clipboard

CLI to manage SemVer versions and Keep a Changelog updates for Dart/Flutter projects.

example/README.md

Usage Example (pub.dev) #

This example shows a typical flow for Dart/Flutter projects.

Installation #

dart pub global activate semver_sherpa

Preparation #

Your project must have a pubspec.yaml with a version: field.

Bump version and changelog #

semver_sherpa bump patch

Common options:

  • --dry-run simulate without changing files
  • --no-commit update files without committing
  • --no-tag skip tag creation
  • --no-changelog skip changelog generation

Generate changelog without writing files #

semver_sherpa changelog --dry-run

Validate repository state #

semver_sherpa validate
8
likes
160
points
207
downloads

Publisher

verified publishercarlosf.dev

Weekly Downloads

CLI to manage SemVer versions and Keep a Changelog updates for Dart/Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path, process_run, yaml

More

Packages that depend on semver_sherpa