updated changelog.

This commit is contained in:
Abdul.Mohsen B. A. A. 2026-04-26 14:45:44 +00:00
parent bb6daa8f8a
commit 2be030fe19

View file

@ -140,10 +140,15 @@ def generate_changelog(repo_path, changelog_path):
repo, tags[0].commit.hexsha, head_commit.hexsha repo, tags[0].commit.hexsha, head_commit.hexsha
) )
if commits: if commits:
unreleased_label = (
f"Unreleased ({head_branch})"
if head_branch
else f"Unreleased ({head_commit.hexsha[:8]})"
)
changelog.insert( changelog.insert(
0, 0,
{ {
"tag": f"Unreleased ({head_commit.hexsha[:8]})", "tag": unreleased_label,
"full_sha": head_commit.hexsha, "full_sha": head_commit.hexsha,
"date": head_commit.committed_datetime.astimezone( "date": head_commit.committed_datetime.astimezone(
UTC UTC