<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>conventional-commits</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/1049/feed"/>
    <updated>2026-05-15T09:33:00+00:00</updated>
    <id>https://links.biapy.com/guest/tags/1049/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12631</id>
            <title type="text"><![CDATA[Conventional Comments]]></title>
            <link rel="alternate" href="https://conventionalcomments.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12631"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Comments that are easy to grok and grep.

Related contents:

- [On commenting and approving pull requests @ Jake Worth](https://www.jakeworth.com/posts/on-commenting-and-approving-pull-requests/).]]>
            </summary>
            <updated>2026-04-27T13:15:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11081</id>
            <title type="text"><![CDATA[smartcommit]]></title>
            <link rel="alternate" href="https://github.com/arpxspace/smartcommit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11081"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Enforce the habit of self-documenting code through better commit messages. 

smartcommit is an intelligent, AI-powered CLI tool that helps you write semantic, Conventional Commits messages effortlessly. It analyzes your staged changes, asks clarifying questions to understand the &amp;quot;why&amp;quot; behind your code, and generates a structured commit message for you.]]>
            </summary>
            <updated>2025-11-24T12:48:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10933</id>
            <title type="text"><![CDATA[git-rewrite-commits]]></title>
            <link rel="alternate" href="https://blog.fka.dev/git-rewrite-commits/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10933"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI-powered git commit message rewriter using GPT.

Automatically rewrite your entire git commit history with better, conventional commit messages using AI. Perfect for cleaning up messy commit histories before open-sourcing projects or improving repository maintainability.

- [git-rewrite-commits @ GitHub](https://github.com/f/git-rewrite-commits).]]>
            </summary>
            <updated>2025-11-12T08:49:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1161</id>
            <title type="text"><![CDATA[Cocommit]]></title>
            <link rel="alternate" href="https://github.com/andrewromanenco/cocommit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1161"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Copilot for Git.

Cocommit is a command-line tool that works with your HEAD commit and leverages an LLM of your choice to enhance commit quality. 

A good commit consists of multiple elements, but at a minimum, it should have a well-crafted commit message. Cocommit analyzes the message from the last (HEAD) commit and suggests improvements, highlighting both strengths and areas for enhancement.]]>
            </summary>
            <updated>2025-08-28T19:10:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3507</id>
            <title type="text"><![CDATA[clog-cli]]></title>
            <link rel="alternate" href="https://github.com/clog-tool/clog-cli/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3507"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Generate beautiful changelogs from your Git commit history.

clog creates a changelog automatically from your local git metadata. See the clogs changelog.md for an example.]]>
            </summary>
            <updated>2025-08-29T01:41:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4075</id>
            <title type="text"><![CDATA[git-cliff]]></title>
            <link rel="alternate" href="https://git-cliff.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4075"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️.

git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.

- [git-cliff @ GitHub](https://github.com/orhun/git-cliff).]]>
            </summary>
            <updated>2025-08-29T03:15:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4610</id>
            <title type="text"><![CDATA[better-commits]]></title>
            <link rel="alternate" href="https://github.com/Everduin94/better-commits" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4610"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A CLI for creating better commits following the conventional commits specification]]>
            </summary>
            <updated>2025-08-29T04:44:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5478</id>
            <title type="text"><![CDATA[OpenCommit]]></title>
            <link rel="alternate" href="https://github.com/di-sukharev/opencommit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5478"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GPT CLI to auto-generate impressive commits in 1 second 🤯🔫]]>
            </summary>
            <updated>2025-08-29T07:09:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5925</id>
            <title type="text"><![CDATA[gitmoji]]></title>
            <link rel="alternate" href="https://gitmoji.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5925"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An emoji guide for your commit messages.

[gitmoji @ GitHub](https://github.com/carloscuesta/gitmoji).]]>
            </summary>
            <updated>2025-08-29T08:24:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6017</id>
            <title type="text"><![CDATA[Release Please]]></title>
            <link rel="alternate" href="https://github.com/googleapis/release-please" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6017"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[generate release PRs based on the conventionalcommits.org spec.
Release Please automates CHANGELOG generation, the creation of GitHub releases, and version bumps for your projects. It does so by parsing your git history, looking for Conventional Commit messages, and creating release PRs. It does not handle publication to package managers or handle complex branch management.]]>
            </summary>
            <updated>2025-08-29T08:40:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6019</id>
            <title type="text"><![CDATA[Conventional Commits]]></title>
            <link rel="alternate" href="https://www.conventionalcommits.org/en/v1.0.0/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6019"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A specification for adding human and machine readable meaning to commit messages.

- [Conventional Commits @ GitHub](https://github.com/conventional-commits/conventionalcommits.org).

Related contents:

- [Conventional Commit @ DevSecOps :fr:](https://blog.stephane-robert.info/docs/developper/conventional-commits/).]]>
            </summary>
            <updated>2025-08-29T08:40:47+00:00</updated>
        </entry>
    </feed>
