From 0a24d36ef8633016c1c5436e535573c74e3608ac Mon Sep 17 00:00:00 2001 From: games647 Date: Mon, 12 Jul 2021 17:25:52 +0200 Subject: [PATCH] [ci skip] Rephrase development build section Fixes #576 --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c0d99339..f14c3fbc 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,11 @@ are still allowed and it could be re-opened. ## Development builds -Development builds of this project can be acquired at the provided CI (continuous integration) server. It contains the -latest changes from the Source-Code in preparation for the following release. This means they could contain new -features, bug fixes and other changes since the last release. +Development builds contain the latest changes from the Source-Code. They are bleeding edge and could introduce new bugs, +but also include features, enhancements and bug fixes that are not yet in a released version. If you click on the left +side on `Changes`, you can see iterative change sets leading to a specific build. -They **could** contain new bugs and are likely to be less stable than released versions. - -Specific builds can be grabbed by clicking on the build number on the left side or by clicking on status to retrieve the -latest build. -https://ci.codemc.org/job/Games647/job/FastLogin/changes +You can download them from here: https://ci.codemc.org/job/Games647/job/FastLogin/ ***