• v0.1.0 6d97586e65

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 2s
    CI / release (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-29 19:59:46 +00:00 | 0 commits to main since this release

    Initial release of git-issue-commit.

    Features

    • Parse GitHub/GitLab issue URLs and extract content
    • Generate Conventional Commit messages automatically
    • Support for breaking changes detection
    • Interactive mode for manual review
    • Direct git commit integration
    • Dry-run support

    Installation

    cargo install git-issue-commit
    

    Quick Start

    git-issue-commit --url https://github.com/owner/repo/issues/123
    git-issue-commit --text "Fix authentication bug"
    
    Downloads