awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

أدوات الالتزام التقليدي (Conventional Commits) وسجلات التغييرات

تم تحديث الترتيب في 30 يونيو 2026

For a conventional commit helper and changelog generator, the strongest matches are conventional-changelog/conventional-changelog (conventional-changelog is the canonical set of tools for parsing), orhun/git-cliff (git-cliff is a changelog generator that parses conventional commit) and googleapis/release-please (release-please automates changelog generation and semantic version bumps from). Each is ranked by relevance to your query, popularity and recent activity.

أتمتة تنسيق رسائل الالتزام (commit messages) وإنشاء ملاحظات إصدار المشروع من تاريخ التحكم في الإصدار الخاص بك.

أدوات الالتزام التقليدي (Conventional Commits) وسجلات التغييرات

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • conventional-changelog/conventional-changelogالصورة الرمزية لـ conventional-changelog

    conventional-changelog/conventional-changelog

    8,460عرض على GitHub↗

    Conventional Changelog is a set of tools for automatically generating formatted release notes by parsing Git commit messages that follow a structured specification. It includes a commit message parser to transform raw strings into structured data, a changelog generator for producing release notes, and a commit linter to ensure messages adhere to specific conventions before they are merged. The project provides a system for semantic versioning automation, analyzing commit history to recommend the next version bump based on the types of changes recorded. It supports extensibility through config

    conventional-changelog is the canonical set of tools for parsing commits that follow the Conventional Commits specification and generating formatted release notes, with built-in validation, version bump analysis, and extensible templates — exactly the kind of assistant this search is after.

    TypeScriptConvention ValidatorsRelease Changelog GeneratorsCommit Standards
    عرض على GitHub↗8,460
  • orhun/git-cliffالصورة الرمزية لـ orhun

    orhun/git-cliff

    11,952عرض على GitHub↗

    This project is a version control documentation tool designed to automate the generation of release notes and changelogs. It functions as a pipeline-based engine that parses repository history, categorizes commits, and transforms them into structured documentation. By leveraging conventional commit patterns or custom regular expressions, it provides a consistent method for tracking project evolution and managing semantic versioning. What distinguishes this tool is its highly flexible template-driven architecture, which allows for deep customization of output formatting, grouping, and sorting.

    git-cliff is a changelog generator that parses conventional commit history and supports customizable templates and semantic versioning, directly matching the need for automated changelogs from commits; while it lacks an interactive commit prompt, it fits the core category of generating changelogs from conventional commits.

    RustChangelog RenderersRelease Changelog GeneratorsCommit Standards
    عرض على GitHub↗11,952
  • googleapis/release-pleaseالصورة الرمزية لـ googleapis

    googleapis/release-please

    6,444عرض على GitHub↗

    release-please automates changelog generation and semantic version bumps from conventional commit messages, fitting your need for a changelog generator and version bumper, though it lacks an interactive commit prompt or direct commitlint integration.

    TypeScriptAutomated Version IncrementingRelease Changelog GeneratorsCommit Standards
    عرض على GitHub↗6,444

Related searches

  • a terminal UI for staging and committing with git
  • a git hooks manager for running checks before commits
  • أداة لإصدار وإدارة الأوامر (prompts)
  • مشروع لتعلم Git عبر إعادة تنفيذه
  • قالب أساسي (Boilerplate) لبدء مشاريع مفتوحة المصدر
  • a tool for cleaning large files out of git history
  • دليل المبتدئين للمساهمة في المشاريع مفتوحة المصدر
  • a VS Code extension for inline git annotations