Release 6 (devel -> main) #26

Merged
ChaoticByte merged 6 commits from devel into main 2022-05-26 17:34:20 +00:00
Showing only changes of commit 95d37dbc3d - Show all commits

View file

@ -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**