Skip to content

Commit 72ae996

Browse files
committed
uPDATE TITLE
Signed-off-by: Reshma Abdul Rahim <reshmarahim.abdul@microsoft.com>
1 parent 0b7a87a commit 72ae996

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/auto-blog-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
cat > "$BLOG_DIR/index.md" << EOF
144144
---
145145
date: "${{ steps.release-info.outputs.blog_date }}"
146-
title: "${{ steps.release-info.outputs.release_name }} Released"
146+
title: " Announcing ${{ steps.release-info.outputs.release_name }}"
147147
linkTitle: "${{ steps.release-info.outputs.release_name }}"
148148
author: "Radius Team"
149149
type: blog

scripts/blog-prompt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Requirements:
2525
- Avoid repetitive summaries or conclusions that restate what was already covered
2626

2727
Structure:
28+
- Start immediately with content - do NOT include a title or heading since the Hugo frontmatter already provides the title
2829
- Direct introduction stating what's new in this release
29-
- Technical summary of key features with implementation details and code examples demonstrating usage within the key features. Call out breaking changes within the features if applicable.
30+
- Technical summary of key features with implementation details and code examples demonstrating usage within the key features. Call out breaking changes within the features if applicable and not in a separate section.
3031
- Conclude with this standard "Learn more and Get Involved" section:
3132

3233
## Learn more and Get Involved

0 commit comments

Comments
 (0)