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

Part of the Flutter Sherpa Suite; CLI to manage SemVer versions and Keep a Changelog updates for Dart/Flutter projects.

example/README.md

Example #

Arch Sherpa — Part of the Flutter Sherpa Suite

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
150
downloads

Publisher

verified publishercarlosf.dev

Weekly Downloads

Part of the Flutter Sherpa Suite; 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