From 3dd3233e209df08f7c9a241b0640090c73275382 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 17 Oct 2013 21:08:23 +0200 Subject: [PATCH] Clarify tag docs, fixes #2343 --- doc/02-libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index 3c6323e9c..12e96ec96 100644 --- a/doc/02-libraries.md +++ b/doc/02-libraries.md @@ -70,8 +70,8 @@ you can just add a `version` field: For every tag that looks like a version, a package version of that tag will be created. It should match 'X.Y.Z' or 'vX.Y.Z', with an optional suffix -of `-dev`, `-patch`, `-alpha`, `-beta` or `-RC`. The patch, alpha, beta and -RC suffixes can also be followed by a number. +of `-patch`, `-alpha`, `-beta` or `-RC`. The suffixes can also be followed by +a number. Here are a few examples of valid tag names: