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
Copy file name to clipboardExpand all lines: TCW/tcw22.xml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@
80
80
<changewhen="2012-06-16"who="#KSH">Explained version numbers and added reminder about
81
81
including readme file in announcement.</change>
82
82
<changewhen="2012-02-02"who="#MDH">Document forked from tcw20.xml.</change>
83
+
<changewhen="2025-01-24"who="#POC">Added note on needing to update tests after the p5subset is built and copied into Stylesheets/source.</change>
83
84
</revisionDesc>
84
85
</teiHeader>
85
86
<text>
@@ -267,7 +268,8 @@
267
268
<!-- MDH and SB: Adding a new step to update p5subset.xml in the Stylesheets repo. -->
268
269
<item><hirend="bold">Get p5subset.xml</hi> from a fresh build of the P5 release branch (preferably on Jenkins, at a URL such as
269
270
https://jenkins.tei-c.org/job/TEIP5-release-X.X.X/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5subset.xml) and
270
-
update the version of p5subset.xml in the Stylesheets/source directory in the Stylesheets release-X.X.X branch.</item>
271
+
update the version of p5subset.xml in the Stylesheets/source directory in the Stylesheets release-X.X.X branch. <lb/>
272
+
<hirend="bold">Note:</hi> Tests may need to be updated after copying the updated p5subset.xml file to the Stylesheets/source directory of the Stylesheets release-X.X.X branch. It is recommended to use <code>make DIFFNOW=0 test</code> as this will generate all the actual results and then compare against the expected results afterwards. Once the actual results are generated, you have to manually compare the expected-results and actual-results folders (both under Stylesheets\Test\) and check through all of the files containing differences.</item>
271
273
<item><hirend="bold">Announce a freeze on pushes to the release branch on the
272
274
TEI Technical Council mailing list</hi></item>
273
275
<item><hirend="bold">Merge the release branch into <code>released</code></hi>. <lb/>
0 commit comments