We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7836437 commit 0e85f5aCopy full SHA for 0e85f5a
DEVELOP.rst
@@ -21,7 +21,7 @@ To build it locally:
21
How to release
22
--------------
23
24
-* in the ``setuptools_odoo`` directory, run ``../mk_base_addons```
+* Install ``manifestoo-core`` and run ``./mk_core_addons``
25
* update changelog in CHANGES.rst, by running ``towncrier --version <version>``
26
* python setup.py check --restructuredtext
27
* commit everything
mk_core_addons
@@ -14,7 +14,7 @@ SERIES = [
14
("16.0", True, "16"),
15
("15.0", True, "15"),
16
("14.0", True, "14"),
17
- ("13.0", True, "13"),
+ # ("13.0", True, "13"),
18
# ("12.0", True, "12"),
19
# ("11.0", True, "11"),
20
# ('10.0', True, "10"),
0 commit comments