Updated Versioning (markdown)
parent
2c4c6377cf
commit
7015bc43e2
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ So, to summarise:
|
||||||
|
|
||||||
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`.
|
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 for a given version. 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.
|
IN SHORT: There is only ever one `d` and one `p` codebase for a given version. 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 (i.e. `p` receives no additional features or bugfixes, just whatever needs to be done to make the already-implemented ones work if necessary).
|
Reference in a new issue