fix(podcast): update music credits to AudioCoffee 3-line attribution (#563)
Replace the old Summer Sport/chosic CC BY-SA credit with AudioCoffee's requested 3-line attribution in spotify_publish.description_template. Closes #562 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Juan Manuel Servera committed
Jun 30, 2026 at 14:41 UTC
6ac0b4aa487b3643961efc6e69be62bb6b8e9451
1 file changed
+1
-1
config/podcast.json
+1
-1
@@ -70,7 +70,7 @@
70
},
71
"spotify_publish": {
72
"title_template": "Why {article_title} Matters for AI, GitHub & Developer Trends | W{week}",
73
- "description_template": "<p>{article_summary}</p><p>Claracle is your tech weekly for developer trends, AI news, GitHub insights, and software engineering trends—helping you understand what matters and why.</p><p>Read more at <a href=\"https://claracle.com\" target=\"_blank\" rel=\"ugc noopener noreferrer\">Claracle</a></p><p><br /></p><p>Intro and Outro: Summer Sport by AudioCoffee | https://www.audiocoffee.net/ Music promoted by https://www.chosic.com/free-music/all/ Creative Commons CC BY-SA 3.0 https://creativecommons.org/licenses/by-sa/3.0/</p>",
73
+ "description_template": "<p>{article_summary}</p><p>Claracle is your tech weekly for developer trends, AI news, GitHub insights, and software engineering trends—helping you understand what matters and why.</p><p>Read more at <a href=\"https://claracle.com\" target=\"_blank\" rel=\"ugc noopener noreferrer\">Claracle</a></p><p><br /></p><p>Music by AudioCoffee<br />https://www.audiocoffee.net/<br />youtube.com/@audiocoffeemusic</p>",
74
"season_number": "{year}",
75
"episode_number": "{week}",
76
"publish_mode": "draft",