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
@@ -2151,7 +2157,9 @@ <h3>Sample Workflow </h3>
2151
2157
<oltype="a">
2152
2158
<li>Follow the steps in <ahref="#sec-quick-start"></a> to create repo.</li>
2153
2159
<li>A new branch is created from <code>main</code> called <code>2023-initial-draft</code> (where "2023" is the current year).</li>
2154
-
<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>
2160
+
<li>Make sure that the <code>pubState</code> (<ahref="#sec-pubState"></a>) and <code>pubStage</code> (<a
2161
+
href="#sec-pubStage"></a>) of the main prose element in the <code>2023-initial-draft</code> branch are set to
2162
+
<code>draft</code> and <code>WD</code>, respectively.</li>
2155
2163
<li>Document editor creates initial version of the document.</li>
2156
2164
<li>A PR is created named <code>2023 Initial Draft</code> from the <code>2023-initial-draft</code> branch on GitHub. </li>
2157
2165
<li>Skip to Workflow Step (4)</li>
@@ -2162,8 +2170,11 @@ <h3>Sample Workflow </h3>
2162
2170
<oltype="a">
2163
2171
<li>Assumption: There is a prior release labeled <code>2020115-pub</code></li>
2164
2172
<li>A new branch is created from <code>main</code> called <code>2023-revision</code> (where "2023" is the current year).</li>
2165
-
<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>
2166
-
<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>
2173
+
<li>Make sure that the <code>pubState</code> (<ahref="#sec-pubState"></a>) and <code>pubStage</code> (<a
2174
+
href="#sec-pubStage"></a>) of the main prose element in the <code>2023-initial-draft</code> branch are set to
2175
+
<code>draft</code> and <code>WD</code>, respectively.</li>
2176
+
<li><code>.smpte-build.json</code> is updated in <code>2023-revision</code> branch to last release tag
2177
+
<code>2020115-pub</code> (see <ahref="#sec-document-github-releases"></a>) </li>
2167
2178
<li>Document editor makes initial changes to the document.</li>
2168
2179
<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