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
{{ message }}
This repository was archived by the owner on Oct 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,9 @@ This will create an empty migration with the next version.
266
266
267
267
### Module versioning notes
268
268
269
-
In order to have good overview of what version of package contains what kind of migrations, this package follows this versioning schema: `0.<versionOfLastMigration>.<patches>`.
269
+
In order to have good overview of what version of package contains what kind of migration, to every release there
270
+
should be appended version's metadata in format `migr-<versionOfLatestMigration>`. If for releasing is used `aegir`
0 commit comments