You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@
3
3
This template uses the code-scaffolding tool [copier](https://copier.readthedocs.io/) to create a [LinkML](https://github.com/linkml/linkml) project.
4
4
Copier supports code lifecycle management, allowing you to seamlessly incorporate updates into your project when the template is enhanced.
5
5
6
-
* Early releases (0.1.x) maintain backwards compatibility with [linkml-project-cookiecutter](https://github.com/linkml/linkml-project-cookiecutter/). This facilitates to experiment with the migration of existing cruft/cookiecutter-based projects.
7
-
* Starting from 0.2.x we give up compatibility to introduce new features and to re-organise and clean-up the code. The migration from 0.1.x to 0.2.x is not too difficult but requires some manual work.
6
+
* Starting from 0.2.x we give up compatibility to introduce new features and to re-organise and clean-up the code.
7
+
* Early releases (0.1.x) have maintained backwards compatibility with [linkml-project-cookiecutter](https://github.com/linkml/linkml-project-cookiecutter/).
8
+
This facilitates to experiment with the migration of existing cruft/cookiecutter-based projects.
9
+
Over time the migration may become more difficult as the cookiecutter template evolves.
8
10
9
11
The generated project uses [just](https://github.com/casey/just) as preferred command runner, even in the 0.1.x releases.
10
12
@@ -192,7 +194,7 @@ The commands are written to be run at the root of your project.
192
194
The command for migrating to a specific tag/release is:
0 commit comments