Skip to content

Commit 35f2a4e

Browse files
committed
document semantic versioning
1 parent ca90aa7 commit 35f2a4e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

paia.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,19 @@ servicetypes
10491049

10501050
## Revision history
10511051

1052-
The current version of this document was last modified at {GIT_REVISION_DATE}
1053-
with revision {GIT_REVISION_HASH}.
1052+
This is version **{VERSION}** of PAIA specification, last modified at
1053+
{GIT_REVISION_DATE} with revision {GIT_REVISION_HASH}.
1054+
1055+
Version numbers follow [Semantic Versioning](http://semver.org/)]: each number
1056+
consists of three numbers, optionally followed by `+` and a suffix:
1057+
1058+
* The major version (first number) is increased if changes require
1059+
a modification of PAIA clients
1060+
* The minor version (second number) is increased if changes require
1061+
a modification a PAIA servers
1062+
* The patch version (third number) is increased for backwards compatible
1063+
fixes or extensions, such as the introduction of new optional fields
1064+
* The optional suffix indicates informal changes in documentation
10541065

10551066
### Releases {.unnumbered}
10561067

0 commit comments

Comments
 (0)