chore: add dev-version bump instructions to RELEASE.md (bumping to 2.44.0-dev)

This commit is contained in:
holger krekel
2026-02-24 17:48:04 +01:00
parent c39d2f42ef
commit f1e90c73cd
13 changed files with 38 additions and 17 deletions

View File

@@ -100,7 +100,7 @@ def main():
today = datetime.date.today().isoformat()
if "alpha" not in newversion:
if not newversion.endswith("-dev"):
found = False
for line in Path("CHANGELOG.md").open():
if line == f"## [{newversion}] - {today}\n":