[yelp-tools] Remove comment about revision version attrs from templates



commit a22cecc37b78318021b18f4d526d07b7779c22ac
Author: Shaun McCance <shaunm redhat com>
Date:   Fri Mar 12 10:52:02 2021 -0500

    Remove comment about revision version attrs from templates
    
    This comment was intended to tell people to remove whichever of version,
    docversion, and pkgversion they don't use. But we dropped docversion and
    pkgversion from the templates to push towards the unified version attr,
    so the comment doesn't make sense anymore.

 templates/info.ducktype.include | 1 -
 templates/info.mallard.include  | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/templates/info.ducktype.include b/templates/info.ducktype.include
index fdc6de14..0238aa0f 100644
--- a/templates/info.ducktype.include
+++ b/templates/info.ducktype.include
@@ -1,6 +1,5 @@
 [--
   Recommended statuses: stub incomplete draft outdated review candidate final
-  Remove version attributes you don't use.
 --]
 @revision[version={{VERSION}} date={{DATE}} status=stub]
 
diff --git a/templates/info.mallard.include b/templates/info.mallard.include
index d3209d78..4c139899 100644
--- a/templates/info.mallard.include
+++ b/templates/info.mallard.include
@@ -1,6 +1,5 @@
     <!--
         Recommended statuses: stub incomplete draft outdated review candidate final
-        Remove version attributes you don't use.
     -->
     <revision version="{{VERSION}}" date="{{DATE}}" status="stub"/>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]