From a0847926ab7e76e317012034728607af11b8c958 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jan 08 2025 12:33:53 +0000 Subject: Snapshots: fix markup error in scm snapshot pattern The trailing '+' was omitted, so the rendered text retained the _leading_ '+', literally: • +. • +. The discussion in https://pagure.io/packaging-committee/pull-request/1380 indicates that the literal plus was not intended to be part of the pattern. While at it, fix grammar above. --- diff --git a/guidelines/modules/ROOT/pages/Versioning.adoc b/guidelines/modules/ROOT/pages/Versioning.adoc index 3cead9f..c9f339e 100644 --- a/guidelines/modules/ROOT/pages/Versioning.adoc +++ b/guidelines/modules/ROOT/pages/Versioning.adoc @@ -155,7 +155,7 @@ instead. Snapshots (a version taken from the upstream source control system not associated with a release), **must** contain a snapshot information field after a caret (`+^+`). The first part of the field ensures proper sorting. -That field may either the date in eight-digit "YYYYMMDD" format, +That field may either be the date in eight-digit "YYYYMMDD" format, which specifies the last modification of the source code, or a number. The packager **may** include up to 17 characters of additional information after the date, @@ -169,8 +169,8 @@ One of the following formats should be used for the snapshot information field: * `++` * `+.+` * `+.+` -* `+.` -* `+.` +* `+.+` +* `+.+` Where `++` is a short string identifying the source code control system upstream uses