summaryrefslogtreecommitdiff
path: root/docs/project-versioning.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-06-15 11:36:19 +0200
committerGitHub <noreply@github.com>2021-06-15 11:36:19 +0200
commit634ddb388816702bf938df9053daf40f74716c11 (patch)
treef350fa9fb9f0a73c0c4bda1ebb33fbb7cb01b7e0 /docs/project-versioning.md
parentb6e34348b9c459490fc056aedbfd8c8cc4da245f (diff)
downloadwiki-634ddb388816702bf938df9053daf40f74716c11.tar.gz
wiki-634ddb388816702bf938df9053daf40f74716c11.tar.bz2
wiki-634ddb388816702bf938df9053daf40f74716c11.zip
Update project-versioning.md
Diffstat (limited to 'docs/project-versioning.md')
-rw-r--r--docs/project-versioning.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/project-versioning.md b/docs/project-versioning.md
index 9099415..3265528 100644
--- a/docs/project-versioning.md
+++ b/docs/project-versioning.md
@@ -22,11 +22,11 @@ More in depth:
### PRERELEASE first
-AzerothCore is not yet considered a "completed" software at an enterprise level. The versioning described above will be used to provide a simple way to check if a module, script or anything connected to AC is compatible or not with AC and what to do to upgrade it.
+AzerothCore is not yet considered a "completed" software, hence is costantly in dev stage. The versioning described above will be mainly used to provide a simple way to check if a module, script or anything connected to AC is compatible or not with AC and what to do to upgrade it.
Our strategy is (in order of most common actions):
-- to not update the version when the changes are just fixes/chore changes
+- to not update the version when the changes are just small fixes/chore changes
- to update the `-dev.x` prerelease version on master when we have breaking changes or new features
- to upgrade the major version when we decide to release a new stable version
- if any new security patch or feature is imported within the released major version, those ones will increase the minor/patch version then, but we do it very occasionally.