releascribe_cli 0.3.0 copy "releascribe_cli: ^0.3.0" to clipboard
releascribe_cli: ^0.3.0 copied to clipboard

Effortlessly manage software releases with advanced command-line interface.

example/README.md

Example #

Usage #

# Release command
releascribe release

release-info.json

{
  "changelog": [
    {
      "type": "fix",
      "description": "🐛 Corrections de bugs",
      "increment": "patch"
    },
    {
      "type": "feat",
      "description": "✨ Fonctionnalités",
      "increment": "minor"
    },
    {
      "type": "refactor",
      "description": "♻️ Refonte du code",
      "increment": "patch"
    },
    {
      "type": "perf",
      "description": "⚡️ Amélioration des performances",
      "increment": "patch"
    },
    {
      "type": "test",
      "description": "🧪 Tests",
      "increment": "patch"
    },
    {
      "type": "docs",
      "description": "📝 Documentation",
      "increment": "patch"
    },
    {
      "type": "build",
      "description": "🧱 Construction",
      "increment": "patch"
    },
    {
      "type": "ci",
      "description": "🎞️ Flux de travail",
      "increment": "patch"
    },
    {
      "type": "chore",
      "description": "🧹 Tâches",
      "increment": "patch"
    },
  ],
}
# Release command option
releascribe release -release-info-file release-info.json
1
likes
150
points
20
downloads

Publisher

verified publisherlsaudon.fr

Weekly Downloads

Effortlessly manage software releases with advanced command-line interface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_completion, file, mason_logger, process, pub_semver, pub_updater, pubspec_parse, yaml

More

Packages that depend on releascribe_cli