From e1bb58b8313633fdc04b94c480e88a464fc0f29d Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Mon, 15 Mar 2021 13:13:23 +0000 Subject: [PATCH] Updated Versioning (markdown) --- Versioning.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Versioning.md b/Versioning.md index d14c196..1085ac0 100644 --- a/Versioning.md +++ b/Versioning.md @@ -26,4 +26,6 @@ So, to summarise: - the codebase in `trunk/` should be tagged as 3.0.0p, 2.6.0p or 2.5.2p, with the pre-release copied to `tags/3.0.0p/`, `tags/2.6.0p/` or `tags/2.5.2p/`; and - the ‘Stable Tag’ field in `trunk/readme.txt` should continue to point to `tags/2.5.1`. -When a pre-release version is confirmed to be stable, rename the folder in `tags/` to remove the `p` flag and update the ‘Stable Tag’ field in `trunk/readme.txt`. \ No newline at end of file +When a pre-release version is confirmed to be stable, rename the folder in `tags/` to remove the `p` flag and update the ‘Stable Tag’ field in `trunk/readme.txt`. + +IN SHORT: There is only ever one `d` and one `p` codebase. The current `d` codebase changes until it is ready to be frozen as a `p`, and then the `p` codebase changes until it ready to be frozen as a full release. \ No newline at end of file