releascribe_cli 0.3.0
releascribe_cli: ^0.3.0 copied to clipboard
Effortlessly manage software releases with advanced command-line interface.
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