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:
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: