From d1da31e531cd4a58c34490b921634d3a6ac223c9 Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Fri, 5 Jul 2024 13:25:17 -0400 Subject: [PATCH] Test plan: Remove doc history from header This was removed from the test plans in https://github.com/CHIP-Specifications/chip-test-plans/pull/4216 --- testplan/header.go | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/testplan/header.go b/testplan/header.go index c10bb717..91307150 100644 --- a/testplan/header.go +++ b/testplan/header.go @@ -25,24 +25,11 @@ ifndef::env-github[] endif::[] :sectanchors: :doctype: book -:revnumber: 0.1 -:revdate: %s :author: Matter CSG Test Plans Tiger Team :sectnums: :picsCode: %s :clustername: %s -ifdef::env-github[] -*Document History* -|=== -|*Rev*|*Date*|*Author*|*Description* -|0.1|%s||Initial Test Plan for {picsCode} -|=== - -*Common Introduction* -include::intro.adoc[Introduction] -endif::[] - // Common AsciiDocAttributes include::../common/cluster_common.adoc[] include::../common/spec_ref_common.adoc[]