Add basic development info to readme

This commit is contained in:
Bea 2023-01-15 23:02:13 +01:00
parent 64f0b611ca
commit a5b9f9d993
1 changed files with 8 additions and 1 deletions

View File

@ -38,4 +38,11 @@ commands support both systems, but some of them are limited in one way or anothe
The bot currently supports SQLite as a database backend. A database file will be created after the first boot The bot currently supports SQLite as a database backend. A database file will be created after the first boot
in your current directory. Do not delete the database file to avoid corruption and unpredictable in your current directory. Do not delete the database file to avoid corruption and unpredictable
behavior. behavior.
# Development
## Versioning
This project uses the `x.y.z-releaseType` schema for releases.
Development builds are tagged as `x.y.z-SNAPSHOT` and sometimes pushed to the snapshots Maven repository.
Stable builds are tagged as `x.y.z` and always pushed to the releases Maven repository, by promoting the build on
[Drone](https://drone.beatrice.wtf/). Currently, promoting stable builds is a manual process.