-
Notifications
You must be signed in to change notification settings - Fork 132
Add version table and update instructions. #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/versioning.md
Outdated
| 2.2.8 | 2.3.13 | | ||
| 2.2.7 | 2.3.8 | | ||
|
||
## Updating MFTF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a topic about MFTF update: https://devdocs.magento.com/mftf/docs/update.html
Shouldn't it go there?
By the way, the topic uses composer update
to update dependencies. (This should be reviewed I believe because this command updates all Magento dependencies, not only MFTF).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
docs/versioning.md
Outdated
@@ -56,3 +55,15 @@ It MAY include patch level changes. Patch version MUST be reset to 0 when minor | |||
Major version **X** MUST be incremented for a release that introduces backward incompatible changes. | |||
A major release can also include minor and patch level changes. | |||
You must reset the patch and minor version to 0 when you change the major version. | |||
|
|||
## MFTF version table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The section title doesn't describe its substance. The topic itself is about MFTF versioning and we see that it contains a table. The heading should give an idea of what is in that table.
Consider renaming to something like:
Relation to Magento releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Co-Authored-By: Dmitry Shevtsov <[email protected]>
Co-Authored-By: Dmitry Shevtsov <[email protected]>
Co-Authored-By: Dmitry Shevtsov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added minor suggestion
@@ -56,3 +55,14 @@ It MAY include patch level changes. Patch version MUST be reset to 0 when minor | |||
Major version **X** MUST be incremented for a release that introduces backward incompatible changes. | |||
A major release can also include minor and patch level changes. | |||
You must reset the patch and minor version to 0 when you change the major version. | |||
|
|||
## Magento 2 compatibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Magento 2 compatibility | |
## Magento 2 compatibility |
Merging master back to develop .
Description
Adds a magento2 -> MFTF version table.
Adds instructions for updating MFTF.