From 95d37dbc3d73a85eaa44c25989b6f67a5cc37d3d Mon Sep 17 00:00:00 2001 From: W13R <9070224-W13R@users.noreply.gitlab.com> Date: Tue, 24 May 2022 20:30:44 +0200 Subject: [PATCH] Remove the paragraph about versioning from the README --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e557514..d84db1e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ You have to bring your own PostgreSQL Database though. ## Setup, Installation, Updating and Dependencies -see [Setup](docs/Setup.md) +You can find the latest releases [here](https://gitlab.com/W13R/drinks-manager/-/releases), but for Installation/Updating, you should consider using Git. +For more information see [Setup](docs/Setup.md). ## Configuration @@ -28,17 +29,3 @@ see [Configuration](docs/Configuration.md) After setup, run ```./run.sh help``` to see a help text. Start the production server with ```./run.sh server```. You can ignore the error message about the "lifespan error". For more commands, see [Commands](docs/Commands.md). - - -## Versions - -You can find the latest releases [here](https://gitlab.com/W13R/drinks-manager/-/releases). -For Installation/Updating, you should consider using git, -though (for more information see [Setup](docs/Setup.md)). - -The releases are versioned after the following scheme: - -`MAJOR`.`MINOR` - -- `MAJOR`: may include **breaking changes** and/or significant new features -- `MINOR`: will only include bugfixes and smaller, **non-breaking changes**