You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start editing the main prose element at <code>doc/main.html</code>.
66
72
</li>
67
73
</ol>
68
74
@@ -2148,7 +2154,9 @@ <h3>Sample Workflow </h3>
2148
2154
<oltype="a">
2149
2155
<li>Follow the steps in <ahref="#sec-quick-start"></a> to create repo.</li>
2150
2156
<li>A new branch is created from <code>main</code> called <code>2023-initial-draft</code> (where "2023" is the current year).</li>
2151
-
<li>Template document is updated in <code>2023-initial-draft</code> branch to <code><meta itemprop="pubState" content="draft" /></code> and to <code><meta itemprop="pubStage" content="WD" /></code>.</li>
2157
+
<li>Make sure that the <code>pubState</code> (<ahref="#sec-pubState"></a>) and <code>pubStage</code> (<a
2158
+
href="#sec-pubStage"></a>) of the main prose element in the <code>2023-initial-draft</code> branch are set to
2159
+
<code>draft</code> and <code>WD</code>, respectively.</li>
2152
2160
<li>Document editor creates initial version of the document.</li>
2153
2161
<li>A PR is created named <code>2023 Initial Draft</code> from the <code>2023-initial-draft</code> branch on GitHub. </li>
2154
2162
<li>Skip to Workflow Step (4)</li>
@@ -2159,8 +2167,11 @@ <h3>Sample Workflow </h3>
2159
2167
<oltype="a">
2160
2168
<li>Assumption: There is a prior release labeled <code>2020115-pub</code></li>
2161
2169
<li>A new branch is created from <code>main</code> called <code>2023-revision</code> (where "2023" is the current year).</li>
2162
-
<li>Document is updated in <code>2023-revision</code> branch to <code><meta itemprop="pubState" content="draft" /></code> and to <code><meta itemprop="pubStage" content="WD" /></code>.</li>
2163
-
<li><code>.smpte-build.json</code> is updated in <code>2023-revision</code> branch to last release tag <code>2020115-pub</code> (see <ahref="#sec-document-github-releases"></a>) </li>
2170
+
<li>Make sure that the <code>pubState</code> (<ahref="#sec-pubState"></a>) and <code>pubStage</code> (<a
2171
+
href="#sec-pubStage"></a>) of the main prose element in the <code>2023-initial-draft</code> branch are set to
2172
+
<code>draft</code> and <code>WD</code>, respectively.</li>
2173
+
<li><code>.smpte-build.json</code> is updated in <code>2023-revision</code> branch to last release tag
2174
+
<code>2020115-pub</code> (see <ahref="#sec-document-github-releases"></a>) </li>
2164
2175
<li>Document editor makes initial changes to the document.</li>
2165
2176
<li>A PR is created named <code>2023 Revision</code> from the <code>2023-revision</code> branch on GitHub. The tooling with create a redline against the most recent edition of the document.</li>
0 commit comments