mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 21:45:41 +00:00
[Backport] Reformat release notes generation (#3759)
This PR backports small reformatting of the release notes templates.
This commit is contained in:
@@ -48,6 +48,7 @@ for audience in "${audiences[@]}"; do
|
||||
echo "Processing audience: $audience ($audience_id)"
|
||||
export TARGET_AUDIENCE=$audience
|
||||
tera -t "${TEMPLATE_AUDIENCE}" --env --env-key env "${CONTEXT_JSON}" > "$OUTPUT/relnote_${audience_id}.md"
|
||||
cat "$OUTPUT/relnote_${audience_id}.md" >> "$OUTPUT/relnote_combined.md"
|
||||
done
|
||||
|
||||
# Show the files
|
||||
|
||||
Reference in New Issue
Block a user