chore: rename migration package for next release to v28 (#38844)

This commit is contained in:
TheFox0x7
2026-08-09 12:00:39 +00:00
committed by GitHub
parent ecbef41c06
commit 7e34eae370
9 changed files with 14 additions and 14 deletions
+14
View File
@@ -0,0 +1,14 @@
// Copyright 2026 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package v28
import (
"testing"
"gitea.dev/modelmigration/migrationtest"
)
func TestMain(m *testing.M) {
migrationtest.MainTest(m)
}