From 4af421bce157992952ee221fdb2e868e00531e11 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 22 Feb 2014 17:30:47 +0100 Subject: [PATCH] Update aliases.md added another example to make clear how it works. fixes #2741 --- doc/articles/aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/aliases.md b/doc/articles/aliases.md index 26a9c46ab..9e8f3da89 100644 --- a/doc/articles/aliases.md +++ b/doc/articles/aliases.md @@ -7,7 +7,7 @@ ## Why aliases? When you are using a VCS repository, you will only get comparable versions for -branches that look like versions, such as `2.0`. For your `master` branch, you +branches that look like versions, such as `2.0` or `2.0.x`. For your `master` branch, you will get a `dev-master` version. For your `bugfix` branch, you will get a `dev-bugfix` version.