Skip to content

Instantly share code, notes, and snippets.

@mja00
Created April 3, 2025 01:18
Show Gist options
  • Save mja00/bf59ea96b816bc19d367414f4c8a57d6 to your computer and use it in GitHub Desktop.
Save mja00/bf59ea96b816bc19d367414f4c8a57d6 to your computer and use it in GitHub Desktop.
Snowblower config
{
"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