Skip to content

Commit

Permalink
Merge branch 'main' of github.com:strapi/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 18, 2024
2 parents ff25599 + 57a23c0 commit a1f452c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/release-notes-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ main() {
# Create section file if it doesn't exist
case "$section" in
"new_content")
echo "### New content" > "$TEMP_DIR/${section}_header"
echo "### <Icon name="sparkle" /> New content" > "$TEMP_DIR/${section}_header"
;;
"updated_content")
echo "### 🖌 Updated content" > "$TEMP_DIR/${section}_header"
echo "### <Icon name="pen-nib" /> Updated content" > "$TEMP_DIR/${section}_header"
;;
"chore")
echo "### 🧹 Chore, fixes, typos, and other improvement" > "$TEMP_DIR/${section}_header"
echo "### <Icon name="pen-nib" /> Chore, fixes, typos, and other improvement" > "$TEMP_DIR/${section}_header"
;;
esac

Expand Down

0 comments on commit a1f452c

Please sign in to comment.