bedrock support

This commit is contained in:
2026-03-11 23:29:13 +00:00
parent cf3e2c8c78
commit 28be3105b6
7 changed files with 200 additions and 10 deletions
+18 -5
View File
@@ -19,7 +19,7 @@ release:
body: |
# Minecraft {version} Released
A new version of Minecraft is now available!
A new version of Minecraft Java Edition is now available!
**Version:** {version}
**Released:** {release_date}
@@ -38,6 +38,18 @@ snapshot:
Try it in the launcher with the development profiles.
bedrock-windows:
title: "Minecraft Bedrock Edition {version} Available (Windows)"
body: |
# Minecraft Bedrock Edition {version}
A new version is available for Windows!
**Version:** {version}
**Released:** {release_date}
Download from the Microsoft Store or via the Minecraft Launcher.
default:
title: "Minecraft {version} ({type})"
body: |
@@ -75,10 +87,11 @@ In both title and body, you can use:
### Release Types
Create sections for each release type you want custom posts for:
- `release` - Final releases
- `snapshot` - Snapshots
- `old_beta` - Old beta versions
- `old_alpha` - Old alpha versions
- `release` - Java Edition final releases
- `snapshot` - Java Edition snapshots
- `old_beta` - Java Edition old beta versions
- `old_alpha` - Java Edition old alpha versions
- `bedrock-windows` - Bedrock Edition (Windows)
- `default` - Fallback for any unconfigured type
## Examples