Skip to content

Commit eace7ba

Browse files
committed
Update README file
1 parent 086a9b9 commit eace7ba

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,19 @@ version **1.3.0** or higher.
5555

5656
### Compatibility
5757

58+
The Source Integration framework's version numbering follows
59+
[Semantic Versioning](http://semver.org/). Major version increments indicate a
60+
change in the minimum required MantisBT version.
61+
5862
Depending on which version of MantisBT you are using, please make sure to
59-
get the source code from the appropriate branch in the Plugin's GitHub
60-
repository, as per the table below:
61-
62-
MantisBT version | Branch | Notes
63-
:---:|---|---
64-
2.0.x | [modern-ui](https://github.com/mantisbt-plugins/source-integration/archive/modern-ui.zip) | Beta
65-
1.3.x | [master](https://github.com/mantisbt-plugins/source-integration/archive/master.zip) | **Current release**
66-
1.2.x | [master-1.2.x](https://github.com/mantisbt-plugins/source-integration/archive/master-1.2.x.zip) | Legacy
63+
get the appropriate version of the source code. Use release tags, or the
64+
relevant branch in the Plugin's GitHub repository, as per the table below:
65+
66+
MantisBT version | Tags | Branch | Notes
67+
:---:|---|---|---
68+
2.0.x | v2.* | [modern-ui](https://github.com/mantisbt-plugins/source-integration/archive/modern-ui.zip) | Beta
69+
1.3.x | v1.* | [master](https://github.com/mantisbt-plugins/source-integration/archive/master.zip) | **Current release**
70+
1.2.x | v0.* | [master-1.2.x](https://github.com/mantisbt-plugins/source-integration/archive/master-1.2.x.zip) | Legacy
6771

6872

6973
### Setup instructions

0 commit comments

Comments
 (0)