Skip to content

Commit

Permalink
Add statement on the versioning strategy
Browse files Browse the repository at this point in the history
Added statement on the versioning strategy to the readme
of the project.
  • Loading branch information
obfischer committed Nov 24, 2024
1 parent 4f4cf53 commit 19b2d5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ SemVer nextSemVer = SemVer.builder().startFrom(1, 2, 0)
.setPrerelease("SNAPSHOT")
.build();
----

== Versioning of the Library

The versioning of the Semantic Versioning Parser takes place according to the principles of https://semver.org[Semantic Versioning^].
This means that the version of a release is only a statement on compatibility, not of functionality.

As every good open source project, it is never complete.

0 comments on commit 19b2d5e

Please sign in to comment.