Skip to content

Commit d82f38b

Browse files
committed
Remove 2025.1
1 parent 2657f6a commit d82f38b

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

create_release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313

1414
from __future__ import annotations
1515
import argparse
16-
import shlex
1716
import subprocess
1817
import sys
1918
from typing import List, Tuple
2019

21-
BRANCHES=["2024.3", "2025.1", "2025.2", "2025.3"]
20+
BRANCHES=["2025.2", "2025.3", "2026.1"]
2221

2322
def check_file_contains_version(path: str, version: str) -> bool:
2423
try:

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://minecraftdev.org/"><img src="https://minecraftdev.org/assets/icon.svg" height="120" alt="logo"/></a></p>
1+
<p align="center"><a href="https://mcdev.io/"><img src="https://mcdev.io/assets/icon.svg" height="120" alt="logo"/></a></p>
22

33
Minecraft Development for IntelliJ
44
==================================
@@ -11,16 +11,16 @@ Minecraft Development for IntelliJ
1111
<td align="right"><b>Main Build</b></td>
1212
<td colspan="2"><a href="https://ci.mcdev.io/viewType.html?buildTypeId=MinecraftDev_Build"><img src="https://ci.mcdev.io/app/rest/builds/buildType:(id:MinecraftDev_Build)/statusIcon.svg" alt="Teamcity Build Status" /></a></td>
1313
</tr>
14-
<tr>
15-
<td align="left">2025.1</td>
16-
<td align="left"><a href="https://ci.mcdev.io/viewType.html?buildTypeId=MinecraftDev_Nightly_20251"><img src="https://ci.mcdev.io/app/rest/builds/buildType:(id:MinecraftDev_Nightly_20251)/statusIcon.svg" alt="2025.1 Nightly Status" /></a></td>
17-
</tr>
1814
<tr>
1915
<td align="left">2025.2</td>
2016
<td align="left"><a href="https://ci.mcdev.io/viewType.html?buildTypeId=MinecraftDev_Nightly_20252"><img src="https://ci.mcdev.io/app/rest/builds/buildType:(id:MinecraftDev_Nightly_20252)/statusIcon.svg" alt="2025.2 Nightly Status" /></a></td>
2117
</tr>
2218
<tr>
23-
<td align="right"><b>OS Tests</b></td>
19+
<td align="left">2025.3</td>
20+
<td align="left"><a href="https://ci.mcdev.io/viewType.html?buildTypeId=MinecraftDev_Nightly_20253"><img src="https://ci.mcdev.io/app/rest/builds/buildType:(id:MinecraftDev_Nightly_20253)/statusIcon.svg" alt="2025.3 Nightly Status" /></a></td>
21+
</tr>
22+
<tr>
23+
<td align="left"><b>OS Tests</b></td>
2424
<td align="left" colspan="2">
2525
<a href="https://github.com/minecraft-dev/MinecraftDev/actions?query=workflow%3A%22Test%22"><img src="https://github.com/minecraft-dev/MinecraftDev/workflows/Test/badge.svg?branch=dev&event=push" alt="GitHub Action Status" /></a>
2626
</td>
@@ -32,7 +32,7 @@ Info and Documentation [![Current Release](https://img.shields.io/badge/release-
3232

3333
<a href="https://discord.gg/j6UNcfr"><img src="https://i.imgur.com/JXu9C1G.png" height="48px"></img></a>
3434

35-
Visit [https://minecraftdev.org](https://minecraftdev.org) for some information about the project.
35+
Visit [https://mcdev.io](https://mcdev.io) for some information about the project.
3636

3737

3838
Installation

0 commit comments

Comments
 (0)