From 7669330aaa6e0d93df7dd3940fdb552ad9bb931a Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Wed, 1 Dec 2021 11:27:51 +0100 Subject: [PATCH] Add link to semver and reference #44 in the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ac06b6..8845f4f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ separated into components: Check out the [Architecture Documentation](docs/architecture.md) for more details on what parts the whole application is made of. +This project follows [semantic versioning](https://semver.org). Refer to [issue +#44](https://github.com/openbikesensor/portal/issues/44) for a description of +what that means for our project and what is considered the public interface. + ## Clone the Project First of all, you must clone this project. This project uses submodules,