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