Skip to content

Commit bcd2c29

Browse files
committed
Drop legacy task for release
1 parent df196ac commit bcd2c29

File tree

2 files changed

+1
-206
lines changed

2 files changed

+1
-206
lines changed

odoo_tools/tasks/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
from invoke import Collection, Program
22

3-
from . import database, lastpass, module, pr, release, submodule, translate
3+
from . import database, lastpass, module, pr, submodule, translate
44

55
tasks_ns = Collection()
66

77
tasks_ns.add_collection(database)
88
tasks_ns.add_collection(lastpass)
99
tasks_ns.add_collection(module)
1010
tasks_ns.add_collection(pr)
11-
tasks_ns.add_collection(release)
1211
tasks_ns.add_collection(submodule)
1312
tasks_ns.add_collection(translate)
1413

odoo_tools/tasks/release.py

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)