Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

MQE-2354: [MFTF SVC] Change "<test> ref change" from MAJOR to a MINOR #8183

Merged
merged 1 commit into from
Nov 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ It MAY include minor and patch level changes. Patch and minor version MUST be re
| |`<test>` `<action>` changed|PATCH
| |`<test>` `<action>` sequence changed|MAJOR
| |`<test>` `<action>` type (`click`, `fillField`, etc) changed|PATCH
| |`<test>` `<actionGroup>` `ref` changed|MAJOR
| |`<test>` `<actionGroup>` `ref` changed|MINOR
| |`<test>` `<before/after>` `<action>` added|MINOR
| |`<test>` `<before/after>` `<action>` removed|MAJOR
| |`<test>` `<before/after>` `<action>` changed|PATCH
| |`<test>` `<before/after>` `<action>` sequence changed|MAJOR
| |`<test>` `<before/after>` `<action>` type (`click`, `fillField`, etc) changed|PATCH
| |`<test>` `<before/after>` `<actionGroup>` `ref` changed|MAJOR
| |`<test>` `<before/after>` `<actionGroup>` `ref` changed|MINOR
| |`<test>` `<annotations>` `<annotation>` added|PATCH
| |`<test>` `<annotations>` `<annotation>` changed|PATCH
| |`<test>` `<annotations>` `<annotation>` GROUP removed|MAJOR
Expand All @@ -134,7 +134,7 @@ It MAY include minor and patch level changes. Patch and minor version MUST be re
| |`<suite>` `<before/after>` `<action>` changed|PATCH
| |`<suite>` `<before/after>` `<action>` sequence changed|MAJOR
| |`<suite>` `<before/after>` `<action>` type (`click`, `fillField`, etc) changed|PATCH
| |`<suite>` `<before/after>` `<actionGroup>` `ref` changed|MAJOR
| |`<suite>` `<before/after>` `<actionGroup>` `ref` changed|MINOR

---------------------------

Expand Down