Skip to content

Commit b5bf772

Browse files
fix(ci): update workflow to handle refactoring section in template
- Add placeholder replacement for new refactoring section - Ensure all template variables are properly substituted - Maintain consistency with existing section handling
1 parent 094d81d commit b5bf772

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Additional template improvements

.github/workflows/release-notes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
NOTES="${NOTES//\{internal\}/$INTERNAL}"
143143
NOTES="${NOTES//\{dependencies\}/$DEPENDENCIES}"
144144
NOTES="${NOTES//\{other\}/$OTHER}"
145+
NOTES="${NOTES//\{refactoring\}/No refactoring changes in this release.}"
145146
NOTES="${NOTES//\{compare_url\}/https://github.com/${{ github.repository }}/compare/${{ steps.release_info.outputs.previous_tag }}...${{ steps.release_info.outputs.tag_name }}}"
146147
NOTES="${NOTES//\{contributors\}/${{ steps.contributors.outputs.contributors }}}"
147148
NOTES="${NOTES//\{commits\}/[View all commits](https://github.com/${{ github.repository }}/compare/${{ steps.release_info.outputs.previous_tag }}...${{ steps.release_info.outputs.tag_name }})}"

0 commit comments

Comments
 (0)