From a5b9f9d9933eb11dcce9649cd5d18612315f3f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 15 Jan 2023 23:02:13 +0100 Subject: [PATCH] Add basic development info to readme --- README.MD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 82ee175..91da400 100644 --- a/README.MD +++ b/README.MD @@ -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 in your current directory. Do not delete the database file to avoid corruption and unpredictable -behavior. \ No newline at end of file +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. \ No newline at end of file