Created
April 3, 2025 01:18
-
-
Save mja00/bf59ea96b816bc19d367414f4c8a57d6 to your computer and use it in GitHub Desktop.
Snowblower config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"branches": { | |
"release": { | |
"type": "release" | |
}, | |
"dev": { | |
"type": "dev" | |
}, | |
"april-fools/2024": { | |
"type": "all", | |
"end": "24w14potato", | |
"includeVersions": [ | |
"24w14potato" | |
], | |
"excludeVersions": [ | |
"24w13a" | |
] | |
}, | |
"april-fools/2025": { | |
"type": "all", | |
"end": "25w14craftmine", | |
"includeVersions": [ | |
"25w14craftmine" | |
], | |
"excludeVersions": [ | |
"1.21.5", | |
"1.21.5-rc2" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment