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

Effortlessly manage software releases with advanced CLI.

example/README.md

Example #

Usage #

# Release command
releascribe_cli 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_cli release -release-info-file release-info.json
1
likes
0
points
2
downloads

Publisher

verified publisherlsaudon.fr

Weekly Downloads

Effortlessly manage software releases with advanced CLI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on releascribe_cli