11---
22title: "Document Title"
33type: SPECIFICATION
4+ bibliography: bibliography.yml
5+ csl: ieee.csl
46...
57
68---
79
810# Disclaimers, Notices, and License Terms
911
10- THIS SPECIFICATION IS PROVIDED "AS IS" WITH NO WARRANTIES WHATSOEVER, INCLUDING
12+ THIS DOCUMENT IS PROVIDED "AS IS" WITH NO WARRANTIES WHATSOEVER, INCLUDING
1113ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY PARTICULAR
12- PURPOSE, OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION OR
14+ PURPOSE, OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, DOCUMENT OR
1315SAMPLE.
1416
1517Without limitation, TCG disclaims all liability, including liability for
1618infringement of any proprietary rights, relating to use of information in this
17- specification and to the implementation of this specification , and TCG disclaims
19+ document and to the implementation of this document , and TCG disclaims
1820all liability for cost of procurement of substitute goods or services, lost
1921profits, loss of use, loss of data or any incidental, consequential, direct,
2022indirect, or special damages, whether under contract, tort, warranty or
21- otherwise, arising in any way out of use or reliance upon this specification or
23+ otherwise, arising in any way out of use or reliance upon this document or
2224any information herein.
2325
2426This document is copyrighted by Trusted Computing Group (TCG), and no license,
@@ -43,6 +45,9 @@ owners.
4345**Version** **Date** **Description**
4446----------- ---------- ---------------------------------------------------------
45470.1 2024/01/29 Initial draft
48+
49+ 1.0 2025/11/19 Streamlined GitHub actions and included IEEE citation
50+ boilerplate files.
4651--------------------------------------------------------------------------------
4752
4853# Document Style
@@ -92,12 +97,16 @@ Reach out to <admin@trustedcomputinggroup> with any questions about this documen
9297 * Require approvals
9398 * Do not allow bypassing the above settings
9499 * (Optional) Require review from Code Owners (Requires setting up CODEOWNERS file)
95- * (Optional) rename spec .md and update all references in `actions .yml`
100+ * (Optional) rename document .md and update all references in `render .yml`
96101* Check for newer [pandoc](https://github.com/trustedcomputinggroup/pandoc) and
97102 [markdown](https://github.com/trustedcomputinggroup/markdown) action versions
98- for `actions.yml`
99- * Update the document title and type in the YAML front matter
103+ for `render.yml`
104+ * Update the document title and type (SPECIFICATION, GUIDANCE, or REFERENCE) in
105+ the YAML front matter
100106* (Optional) Do an initial release to set baseline version (e.g., if migrating
101107 from an existing Word doc).
102108* (Optional) Review the guidance about release naming in the latest User's
103- Guide from <https://github.com/trustedcomputinggroup/pandoc>.
109+ Guide from <https://github.com/trustedcomputinggroup/pandoc>.
110+ * (Optional) Customize the citation style if IEEE is not preferred.
111+ * (Optional) For a document with no references, remove the `bibliography` and
112+ `csl` from the YAML front matter instead.
0 commit comments