cd/entity/Conventional Commits· home entities Conventional Commits
grep -l @conventional commits /news/*.json | wc -l → 6

Conventional Commits

mentions 6 type Person feed RSS

// recent coverage 6 mentions

23:49
2026-06-19
dev.to
artificial-intelligence

AI Agents For Release Notes And Changelog Automation

A developer explores using LLM-based AI agents to automate changelog generation from git commit history, highlighting both the potential for accurate release notes and the risk of generating plausible…

09:00
2026-06-15
dev.to
developer-tools

How to Write Better Git Commit Messages with AI

A developer has created an AI-powered workflow to generate better Git commit messages using tools like ChatGPT, Claude, or Copilot Chat. The method involves feeding a staged diff and intent into a pro…

14:06
2022-03-22
gist.github.com
developer-tools

Comment nommer ses branches et ses messages de commit ?

This article provides guidelines for naming Git branches and writing commit messages. Branch names should follow a `<type>/<name>/<issue_ID>` format using kebab-case, while commit messages should adhe…

11:33
2018-12-18
gist.github.com
developer-tools

Conventional Commits Cheatsheet

The article summarizes the Conventional Commits specification, a standardized format for Git commit messages that uses a structured `<type>(<optional scope>): <description>` format. It defines various…

// co-occurs with top 8 entities