Skip to content

Instantly share code, notes, and snippets.

View ghonijee's full-sized avatar

Ahmad Yunus Afghoni ghonijee

View GitHub Profile
@ghonijee
ghonijee / generate-commits-logs.py
Created November 16, 2023 03:04
Generate commits log to clipboard
#!/usr/bin/env python3
import subprocess
from datetime import datetime
import pyperclip
# Define the changelog file path
changelog_file = "changelog-result.md"
# Git command to get the branch creation date

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default