From 0bc045070af7252f1fd1825f60acb27154a4e619 Mon Sep 17 00:00:00 2001 From: Craig West Date: Fri, 18 Jul 2025 09:25:29 +0100 Subject: [PATCH] feat: Edit Release Notes --- .github/workflows/ci_template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_template.yaml b/.github/workflows/ci_template.yaml index ac1c8e9..9d121ae 100644 --- a/.github/workflows/ci_template.yaml +++ b/.github/workflows/ci_template.yaml @@ -455,12 +455,12 @@ jobs: notes = "Commit: ${{ steps.changelog-commit.outputs.commit_hash }}\n\n" notes += f"Author: ${{ steps.changelog-commit.outputs.commit_author }}\n" notes += f"Date: ${{ steps.changelog-commit.outputs.commit_date }}\n\n" - notes += f"Next Version: ${{ needs.semantic_release.outputs.next-version }}\n\n" + notes += f"Latest Version: ${{ needs.semantic_release.outputs.next-version }}\n\n" notes += f"Commit Message: ${{ steps.changelog-commit.outputs.commit_message }}\n\n" - notes += f"**Release Date**: {datetime.now().strftime('%Y-%m-%d')}\n\n" # Add release date + if breaking: - notes += "## 💥 Breaking Changes\n" + notes += "## 💥 BREAKING CHANGES\n" notes += "\n".join(breaking) + "\n\n" if features: @@ -474,7 +474,7 @@ jobs: if other: notes += "## 📝 Other Changes\n" notes += "\n".join(other) + "\n\n" - notes += "## CCHANGELOG\n" + notes += "## CHANGELOG\n" # Read the latest section from CHANGELOG.md if os.path.exists('latest_changelog_section.md'): with open('latest_changelog_section.md', 'r') as f: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy