feat: Enhance Jekyll config and add auto-generated changelog page

This commit updates the Jekyll configuration to include `jekyll-github-metadata` and `jemoji` plugins. It also introduces a `CHANGELOG.md` file that automatically generates a formatted changelog page from GitHub releases. The default changelog text for new app versions in Fastlane has also been updated to be more engaging and directly link to the new changelog page.
This commit is contained in:
darken
2025-06-20 08:58:39 +02:00
committed by Matthias Urhahn
parent 10bf65bd09
commit 8c3c09dc03
3 changed files with 88 additions and 4 deletions
+3
View File
@@ -1,6 +1,9 @@
theme: minima
plugins:
- jekyll-relative-links
- jekyll-github-metadata
- jemoji
relative_links:
enabled: true
collections: true