Skip to content

Commit ab4181c

Browse files
authored
Merge pull request #57 from lekhmanrus/readme-compatibility-matrix
Add Compatibility Matrix to readme file
2 parents c6e3ea5 + 3da2f28 commit ab4181c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# GitExtensions.GerritPlugin
32

43
GitExtensions.GerritPlugin is a plugin for GitExtensions to work with a [Gerrit](https://www.gerritcodereview.com/) as Git server.
@@ -24,6 +23,14 @@ Use the following pattern to link revision data to Gerrit:
2423
* Search pattern: `(Change-Id: )#?I\w+`.
2524
* Nested pattern: `I\w{2,}`.
2625

26+
## Compatibility Matrix
27+
28+
| Git Extensions | Gerrit Plugin |
29+
|--------------------|---------------------|
30+
| v <= 3.5.x | v <= 1.3.2 |
31+
| 3.5.x < v <= 4.0.0 | 2.0.0 <= v <= 2.0.1 |
32+
| 4.0.1 <= v | 2.0.2 <= v |
33+
2734
## GitExtensions Plugin Template infomration
2835

2936
The [GitExtensions Plugin Template](https://github.com/gitextensions/gitextensions.plugintemplate) gives additional information about the pluign development.

0 commit comments

Comments
 (0)