semver_sherpa 1.0.2
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 #
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-runsimulate without changing files--no-commitupdate files without committing--no-tagskip tag creation--no-changelogskip changelog generation
Generate changelog without writing files #
semver_sherpa changelog --dry-run
Validate repository state #
semver_sherpa validate