]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/doc/release.html
Merge "Re-enabled Acorn transaction cancellation support for testing"
[simantics/platform.git] / releng / doc / release.html
1 <!DOCTYPE html>\r
2 <html>\r
3 <head>\r
4 <title>release</title>\r
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
6 <style type="text/css">\r
7 /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */\r
8 /* Author: Nicolas Hery - http://nicolashery.com */\r
9 /* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */\r
10 /* Source: https://github.com/nicolahery/markdownpad-github */\r
11 \r
12 /* RESET\r
13 =============================================================================*/\r
14 \r
15 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {\r
16   margin: 0;\r
17   padding: 0;\r
18   border: 0;\r
19 }\r
20 \r
21 /* BODY\r
22 =============================================================================*/\r
23 \r
24 body {\r
25   font-family: Helvetica, arial, freesans, clean, sans-serif;\r
26   font-size: 14px;\r
27   line-height: 1.6;\r
28   color: #333;\r
29   background-color: #fff;\r
30   padding: 20px;\r
31   max-width: 960px;\r
32   margin: 0 auto;\r
33 }\r
34 \r
35 body>*:first-child {\r
36   margin-top: 0 !important;\r
37 }\r
38 \r
39 body>*:last-child {\r
40   margin-bottom: 0 !important;\r
41 }\r
42 \r
43 /* BLOCKS\r
44 =============================================================================*/\r
45 \r
46 p, blockquote, ul, ol, dl, table, pre {\r
47   margin: 15px 0;\r
48 }\r
49 \r
50 /* HEADERS\r
51 =============================================================================*/\r
52 \r
53 h1, h2, h3, h4, h5, h6 {\r
54   margin: 20px 0 10px;\r
55   padding: 0;\r
56   font-weight: bold;\r
57   -webkit-font-smoothing: antialiased;\r
58 }\r
59 \r
60 h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {\r
61   font-size: inherit;\r
62 }\r
63 \r
64 h1 {\r
65   font-size: 28px;\r
66   color: #000;\r
67 }\r
68 \r
69 h2 {\r
70   font-size: 24px;\r
71   border-bottom: 1px solid #ccc;\r
72   color: #000;\r
73 }\r
74 \r
75 h3 {\r
76   font-size: 18px;\r
77 }\r
78 \r
79 h4 {\r
80   font-size: 16px;\r
81 }\r
82 \r
83 h5 {\r
84   font-size: 14px;\r
85 }\r
86 \r
87 h6 {\r
88   color: #777;\r
89   font-size: 14px;\r
90 }\r
91 \r
92 body>h2:first-child, body>h1:first-child, body>h1:first-child+h2, body>h3:first-child, body>h4:first-child, body>h5:first-child, body>h6:first-child {\r
93   margin-top: 0;\r
94   padding-top: 0;\r
95 }\r
96 \r
97 a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {\r
98   margin-top: 0;\r
99   padding-top: 0;\r
100 }\r
101 \r
102 h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {\r
103   margin-top: 10px;\r
104 }\r
105 \r
106 /* LINKS\r
107 =============================================================================*/\r
108 \r
109 a {\r
110   color: #4183C4;\r
111   text-decoration: none;\r
112 }\r
113 \r
114 a:hover {\r
115   text-decoration: underline;\r
116 }\r
117 \r
118 /* LISTS\r
119 =============================================================================*/\r
120 \r
121 ul, ol {\r
122   padding-left: 30px;\r
123 }\r
124 \r
125 ul li > :first-child, \r
126 ol li > :first-child, \r
127 ul li ul:first-of-type, \r
128 ol li ol:first-of-type, \r
129 ul li ol:first-of-type, \r
130 ol li ul:first-of-type {\r
131   margin-top: 0px;\r
132 }\r
133 \r
134 ul ul, ul ol, ol ol, ol ul {\r
135   margin-bottom: 0;\r
136 }\r
137 \r
138 dl {\r
139   padding: 0;\r
140 }\r
141 \r
142 dl dt {\r
143   font-size: 14px;\r
144   font-weight: bold;\r
145   font-style: italic;\r
146   padding: 0;\r
147   margin: 15px 0 5px;\r
148 }\r
149 \r
150 dl dt:first-child {\r
151   padding: 0;\r
152 }\r
153 \r
154 dl dt>:first-child {\r
155   margin-top: 0px;\r
156 }\r
157 \r
158 dl dt>:last-child {\r
159   margin-bottom: 0px;\r
160 }\r
161 \r
162 dl dd {\r
163   margin: 0 0 15px;\r
164   padding: 0 15px;\r
165 }\r
166 \r
167 dl dd>:first-child {\r
168   margin-top: 0px;\r
169 }\r
170 \r
171 dl dd>:last-child {\r
172   margin-bottom: 0px;\r
173 }\r
174 \r
175 /* CODE\r
176 =============================================================================*/\r
177 \r
178 pre, code, tt {\r
179   font-size: 12px;\r
180   font-family: Consolas, "Liberation Mono", Courier, monospace;\r
181 }\r
182 \r
183 code, tt {\r
184   margin: 0 0px;\r
185   padding: 0px 0px;\r
186   white-space: nowrap;\r
187   border: 1px solid #eaeaea;\r
188   background-color: #f8f8f8;\r
189   border-radius: 3px;\r
190 }\r
191 \r
192 pre>code {\r
193   margin: 0;\r
194   padding: 0;\r
195   white-space: pre;\r
196   border: none;\r
197   background: transparent;\r
198 }\r
199 \r
200 pre {\r
201   background-color: #f8f8f8;\r
202   border: 1px solid #ccc;\r
203   font-size: 13px;\r
204   line-height: 19px;\r
205   overflow: auto;\r
206   padding: 6px 10px;\r
207   border-radius: 3px;\r
208 }\r
209 \r
210 pre code, pre tt {\r
211   background-color: transparent;\r
212   border: none;\r
213 }\r
214 \r
215 kbd {\r
216     -moz-border-bottom-colors: none;\r
217     -moz-border-left-colors: none;\r
218     -moz-border-right-colors: none;\r
219     -moz-border-top-colors: none;\r
220     background-color: #DDDDDD;\r
221     background-image: linear-gradient(#F1F1F1, #DDDDDD);\r
222     background-repeat: repeat-x;\r
223     border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;\r
224     border-image: none;\r
225     border-radius: 2px 2px 2px 2px;\r
226     border-style: solid;\r
227     border-width: 1px;\r
228     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;\r
229     line-height: 10px;\r
230     padding: 1px 4px;\r
231 }\r
232 \r
233 /* QUOTES\r
234 =============================================================================*/\r
235 \r
236 blockquote {\r
237   border-left: 4px solid #DDD;\r
238   padding: 0 15px;\r
239   color: #777;\r
240 }\r
241 \r
242 blockquote>:first-child {\r
243   margin-top: 0px;\r
244 }\r
245 \r
246 blockquote>:last-child {\r
247   margin-bottom: 0px;\r
248 }\r
249 \r
250 /* HORIZONTAL RULES\r
251 =============================================================================*/\r
252 \r
253 hr {\r
254   clear: both;\r
255   margin: 15px 0;\r
256   height: 0px;\r
257   overflow: hidden;\r
258   border: none;\r
259   background: transparent;\r
260   border-bottom: 4px solid #ddd;\r
261   padding: 0;\r
262 }\r
263 \r
264 /* TABLES\r
265 =============================================================================*/\r
266 \r
267 table th {\r
268   font-weight: bold;\r
269 }\r
270 \r
271 table th, table td {\r
272   border: 1px solid #ccc;\r
273   padding: 6px 13px;\r
274 }\r
275 \r
276 table tr {\r
277   border-top: 1px solid #ccc;\r
278   background-color: #fff;\r
279 }\r
280 \r
281 table tr:nth-child(2n) {\r
282   background-color: #f8f8f8;\r
283 }\r
284 \r
285 /* IMAGES\r
286 =============================================================================*/\r
287 \r
288 img {\r
289   max-width: 100%\r
290 }\r
291 </style>\r
292 </head>\r
293 <body>\r
294 <h1>Definition of Done for Simantics Platform Releases</h1>\r
295 <ol>\r
296 <li>The <code>simantics/platform</code> and <code>simantics/third-party</code> Git repositories have a branch <code>release/x.y.z[.w]</code> and tag <code>x.y.z[.w]</code>.</li>\r
297 <li><a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog">A change log entry</a> is compiled from the issues in this release and made available to the general public separately for the platform and for the open products included in the release train.</li>\r
298 <li><a href="http://dev.simantics.org/index.php/Roadmap">Roadmap</a> is up-to-date.</li>\r
299 <li><a href="http://dev.simantics.org/index.php/Tutorials">Tutorials</a> are up-to-date and coherent with the platform.</li>\r
300 <li>For all new major/minor releases, Wiki documentation is backed up (cloned).</li>\r
301 </ol>\r
302 <hr />\r
303 <h1>Simantics Platform Release Process</h1>\r
304 <ul>\r
305 <li>Create <code>release/x.y.z[.w]</code> release stabilisation branch</li>\r
306 <li>Repeat until stable:\r
307 <ul>\r
308 <li>Develop, test and document components and test products</li>\r
309 </ul>\r
310 </li>\r
311 <li>Tag the release in repository</li>\r
312 <li>Backup documentation wiki databases</li>\r
313 <li>Build and publish SDK package with and without sources\r
314 <ul>\r
315 <li>Does not really require any work</li>\r
316 </ul>\r
317 </li>\r
318 <li>Build Simantics open source products and plug-in components which are a part of the release train</li>\r
319 <li>Update websites to reflect the new release</li>\r
320 </ul>\r
321 <hr />\r
322 <h1>Released Plug-in Components and Products</h1>\r
323 <p>There are both plug-in components and products that are part of the &quot;Simantics release train&quot; that shall be released simultaneously to a major or minor Simantics release.</p>\r
324 <p>Plug-in components are installable features that are deployed online as P2 repositories for general availability. Products are deployed as ZIP files and made available online in designated locations on simantics.org.</p>\r
325 <p>Products that are part of the release train:</p>\r
326 <ul>\r
327 <li>Simantics Desktop</li>\r
328 <li>Simantics System Dynamics Tool - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/sysdyn.git;a=summary">simantics/sysdyn.git</a></li>\r
329 </ul>\r
330 <p>Plug-in components that are part of the release train:</p>\r
331 <ul>\r
332 <li>Simantics R - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/r.git;a=summary">simantics/r.git</a></li>\r
333 <li>FMIL - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/fmil.git;a=summary">simantics/fmil.git</a></li>\r
334 <li>FMI Studio - <a href="https://www.simantics.org:8088/r/gitweb?p=members/fmi.git;a=summary">members/fmi.git</a></li>\r
335 <li>Simupedia - <a href="https://www.simantics.org/svn/members/simupedia">Members SVN</a></li>\r
336 </ul>\r
337 <p>For simplicity, each of these components are versioned accoring to platform versioning, i.e. for Platform SDK 1.26.0 there will be Simantics Desktop 1.26.0, Sysdyn 1.26.0, and so on.</p>\r
338 <hr />\r
339 <h1>Release Schedule</h1>\r
340 <ul>\r
341 <li>Releases are branched 4 weeks before the set release date.</li>\r
342 <li>During this time no more new features are allowed in the release branch and the existing work shall be stabilized. Work must be focused on bug fixes and documentation.</li>\r
343 <li>Source code changes to release branches are forbidden in the last 2 weeks. Documentation-only changes are still allowed. However, if critical show-stopper problems surface during that time, the changes must be done. After that the release engineering team must decide whether to stick to the original release schedule or whether to delay the release.</li>\r
344 </ul>\r
345 <hr />\r
346 <h1>Simantics Platform Release - Step by Step</h1>\r
347 <h2>Create release branch from selected commit</h2>\r
348 <p>When release stabilisation starts, branch <code>simantics/platform</code> and <code>simantics/third-party</code> repositories:</p>\r
349 <pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git\r
350 cd platform\r
351 git branch release/x.y.z[.w] &lt;commit&gt;\r
352 git push origin release/x.y.z[.w]\r
353 \r
354 git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/third-party.git\r
355 cd third-party\r
356 git branch release/x.y.z[.w] &lt;commit&gt;\r
357 git push origin release/x.y.z[.w]\r
358 </code></pre>\r
359 <p>When creating major/minor releases <code>&lt;commit&gt;</code> is usually a commit in the <code>master</code> branch.\r
360 With service releases, branch from an existing <code>release/*</code> branch instead.</p>\r
361 <h2>Prepare release branch for use</h2>\r
362 <h3>Prepare .target files</h3>\r
363 <ol>\r
364 <li>\r
365 <p>Retrieve release branch of the platform repository</p>\r
366 <pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git\r
367 cd platform\r
368 git branch release/x.y.z[.w] remotes/origin/release/x.y.z[.w]\r
369 git checkout release/x.y.z[.w]\r
370 </code></pre>\r
371 </li>\r
372 <li>\r
373 <p>Edit all target platform files in  <code>releng/org.simantics.sdk.build.targetdefinition/</code>, i.e.</p>\r
374 <ul>\r
375 <li><code>simantics.target</code></li>\r
376 <li><code>org.simantics.sdk.build.targetdefinition.target</code></li>\r
377 </ul>\r
378 <p>At the beginning of simantics.target file, increment <code>sequenceNumber</code> by 1</p>\r
379 <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;\r
380 &lt;?pde version=&quot;3.8&quot;?&gt;\r
381 &lt;target name=&quot;Simantics x.y.z[.w]&quot; sequenceNumber=&quot;11&quot;&gt;\r
382 </code></pre>\r
383 <p>Next, replace the following rows in both mentioned files:</p>\r
384 <pre><code>&lt;repository location=&quot;http://www.simantics.org/download/master/sdk&quot;/&gt;\r
385 &lt;repository location=&quot;http://www.simantics.org/download/master/external-components/maven&quot;/&gt;\r
386 &lt;repository location=&quot;http://www.simantics.org/download/master/external-components/manual&quot;/&gt;\r
387 </code></pre>\r
388 <p>with</p>\r
389 <pre><code>&lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/sdk&quot;/&gt;\r
390 &lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/external-components/maven&quot;/&gt;\r
391 &lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/external-components/manual&quot;/&gt;\r
392 </code></pre>\r
393 </li>\r
394 </ol>\r
395 <h3>Initialize release branch distribution web site</h3>\r
396 <ul>\r
397 <li>Run <a href="https://www.simantics.org/jenkins/job/SDK/job/Deploy%20External%20Components%20to%20Web/">SDK/Deploy External Components to Web</a> build with parameters:\r
398 <ul>\r
399 <li><strong>GERRIT_REFNAME:</strong> <code>release/x.y.z[.w]</code></li>\r
400 <li><strong>PUBLISH_ARTIFACTS:</strong> <code>true</code></li>\r
401 </ul>\r
402 </li>\r
403 <li>Run the <a href="https://www.simantics.org/jenkins/job/SDK/job/Simantics%20SDK/">SDK/Simantics SDK</a> build with parameters:\r
404 <ul>\r
405 <li><strong>GERRIT_REFNAME:</strong> <code>release/x.y.z[.w]</code></li>\r
406 <li><strong>PUBLISH_ARTIFACTS:</strong> <code>true</code></li>\r
407 </ul>\r
408 </li>\r
409 </ul>\r
410 <p>Running these two builds will ensure that both the external components required to build the SDK and the Simantics SDK for the new release branch are published online at <code>http://www.simantics.org/download/release/x.y.z[.w]/</code>.</p>\r
411 <p>After this, whenever changes are pushed/merged to <code>release/x.y.z[.w]</code> branch in Gerrit, new <strong>SDK/Simantics SDK</strong> builds are triggered automatically and they will publish the results at the same location online.</p>\r
412 <p>This means that one does not have to do any tricks after this to build and publish the SDK as a P2 repository online. It is an automated process that is performed by the <a href="https://www.simantics.org/jenkins/job/SDK/job/Simantics%20SDK/">SDK/Simantics SDK</a> Jenkins job.</p>\r
413 <h2>Review documentation</h2>\r
414 <p>Documentation to review:</p>\r
415 <ul>\r
416 <li><a href="http://dev.simantics.org/">Developer wiki</a></li>\r
417 <li><a href="https://www.simantics.org/end_user_wiki">End-user wiki</a></li>\r
418 <li><a href="https://www.simantics.org/members">Member wiki</a></li>\r
419 </ul>\r
420 <p>For each wiki page:</p>\r
421 <ul>\r
422 <li>Read through and get authors to fix found problems, such as TODOs or invalid information.</li>\r
423 </ul>\r
424 <h2>Review tutorials</h2>\r
425 <ul>\r
426 <li>\r
427 <p>Ensure tutorial wiki documentation at http://dev.simantics.org/index.php/Tutorials is up-to-date with the released platform</p>\r
428 </li>\r
429 <li>\r
430 <p>Ensure tutorial projects and product build properly</p>\r
431 </li>\r
432 <li>\r
433 <p>com.acme.movie</p>\r
434 <ul>\r
435 <li>Build with Buckminster, com.acme.movie.product.site.feature</li>\r
436 </ul>\r
437 </li>\r
438 </ul>\r
439 <h2>Tag release/* branches</h2>\r
440 <p>When the release branches are ready for the release, tag them with the tag <code>vx.y.z[.w]</code>:</p>\r
441 <pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git\r
442 cd platform    \r
443 git checkout release/x.y.z[.w]\r
444 git tag vx.y.z[.w] -m &quot;Simantics x.y.z[.w] release&quot;\r
445 git push origin --tags\r
446 \r
447 git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/third-party.git\r
448 cd third-party\r
449 git checkout release/x.y.z[.w]\r
450 git tag vx.y.z[.w] -m &quot;Simantics x.y.z[.w] release&quot;\r
451 git push origin --tags\r
452 </code></pre>\r
453 <blockquote>\r
454 <p>Note The -m argument must be supplied to create an <a href="https://git-scm.com/book/en/v2/Git-Basics-Tagging">annotated tag</a>.\r
455 Only annotated or signed tags can be pushed to Gerrit.</p>\r
456 </blockquote>\r
457 <h2>Backup documentation wiki databases</h2>\r
458 <p>This step is only necessary for major/minor releases, not for service releases.</p>\r
459 <p>The wiki databases to be backed up are:</p>\r
460 <ul>\r
461 <li><a href="http://dev.simantics.org/">Developer wiki</a></li>\r
462 <li><a href="https://www.simantics.org/end_user_wiki">End-user wiki</a></li>\r
463 </ul>\r
464 <p>These are MediaWiki installations. The only sane way to &quot;tag&quot; the documentation\r
465 is to back up the mysql database backing the wiki. Should the wiki be required\r
466 at a later time for some reason, we'll put the documentation up then in a\r
467 separate Mediawiki installation.</p>\r
468 <ol>\r
469 <li>Dump documentation wiki databases using [dump-wikis.sh](./dump-wikis.sh) script.</li>\r
470 <li>Put the generated backup x.y.z.tar.gz at /var/backup/simantics-releases/x.y.z/wiki/</li>\r
471 </ol>\r
472 <h2>Compile change log entry</h2>\r
473 <ul>\r
474 <li>Edit the <a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog">main page</a> and add a a link for release x.y.z[.w].</li>\r
475 <li>Open the change log page of the previous release, e.g. <a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/Simantics_1250">1.25.0</a></li>\r
476 <li>Open the new link in another browser/tab to start editing the new wiki page</li>\r
477 <li>Edit the previous release's page and copy its wiki source contents over to the new release's page.</li>\r
478 <li>Fix the content to match the new release:\r
479 <ul>\r
480 <li>Remove the issue content of the previous release</li>\r
481 <li>Fix release number, release date, release branch link and the link to all issues closed for the release\r
482 <ul>\r
483 <li>Save new public issue query that lists all issues closed for the release by <a href="https://www.simantics.org/redmine/projects/simantics-platform/issues?query_id=122">starting from the previous release's query</a></li>\r
484 </ul>\r
485 </li>\r
486 <li>Add filter to query: <strong>Release Notes: Any</strong> to only show issues that have some content in their Release Notes field</li>\r
487 <li>Export closed issue list as CSV with selected columns only. Open the resulting CSV file in Excel.</li>\r
488 <li>Use <strong>Data -&gt; Text to Columns</strong> with tab column separation to columnize the result</li>\r
489 <li>Format the list as a table so that there is only one issue / row</li>\r
490 <li>Remove all other columns besides: Issue #, Tracker, Release Notes</li>\r
491 <li>Format the data into a Textile table:\r
492 <ul>\r
493 <li>Copy to table contents as text into <a href="http://www.pspad.com/">PSPad</a></li>\r
494 <li>Replace (CTRL+H) tabs (<code>\t</code>) with <code>|</code> with <code>Regular Expressions</code> selection checked</li>\r
495 <li>Use <strong>Insert Text Into Lines..</strong> (ALT-I) to fix line beginnings and ends:\r
496 <ul>\r
497 <li>Text:\r
498 <ul>\r
499 <li>At Lines Begin: <code>|#</code></li>\r
500 <li>At Lines End: <code>|</code></li>\r
501 </ul>\r
502 </li>\r
503 </ul>\r
504 </li>\r
505 </ul>\r
506 </li>\r
507 <li>Copy the resulting textile table over to the change log page</li>\r
508 </ul>\r
509 </li>\r
510 <li>Highlight major issues in the list by changing the text background color of the <strong>Type</strong> column:\r
511 <ul>\r
512 <li><code>%{background: lightsalmon}Major Bug%</code></li>\r
513 <li><code>%{background: lightgreen}Major Feature%</code></li>\r
514 <li><code>%{background: lightgreen}Major Enhancement%</code></li>\r
515 </ul>\r
516 </li>\r
517 </ul>\r
518 <h2>Disseminate information about the release</h2>\r
519 <ul>\r
520 <li><a href="http://dev.simantics.org">Developer Wiki</a>: Update roadmap at http://dev.simantics.org/index.php/Roadmap</li>\r
521 <li><a href="https://www.simantics.org/redmine/">Redmine</a>: Post news on the developer/user-visible changes here.</li>\r
522 <li><a href="https://www.simantics.org">simantics.org</a>: Post news on the release and a link to the redmine post</li>\r
523 <li><a href="https://www.simantics.org/members/">Members Wiki</a>: Update frame plan to reflect the realized dates and link to Redmine news</li>\r
524 <li><a href="mailto:simantics-developers@simantics.org">mailto:simantics-developers@simantics.org</a> Send &quot;newsletter&quot; to `simantics-developers@simantics.org:</li>\r
525 </ul>\r
526 <p><strong>Newsletter template:</strong></p>\r
527 <pre><code>Hello everyone,\r
528    \r
529 Simantics release x.y.z[.w] has been released. Head over to\r
530 https://www.simantics.org/redmine/news/&lt;news number&gt;\r
531 for the release news.\r
532 \r
533 Best regards,\r
534 Simantics Release Engineering Team\r
535 </code></pre>\r
536 <p><strong>Redmine news template:</strong></p>\r
537 <pre><code>Title: Simantics x.y.z[.w] released\r
538 \r
539 Simantics x.y.z[.w] was released on &lt;date&gt;.\r
540 Please find change log at: [[simantics-platform:Simantics_xyzw|Simantics x.y.z[.w]]]\r
541 \r
542 Insert some general thoughts on the release...\r
543 </code></pre>\r
544 <hr />\r
545 <h1>TODO</h1>\r
546 <ul>\r
547 <li>Create a parametrized release train pipeline build in Jenkins that creates all artifacts of a simantics release\r
548 <ul>\r
549 <li>Desktop, Sysdyn, R, Simupedia, FMIL, FMI Studio</li>\r
550 </ul>\r
551 </li>\r
552 </ul>\r
553 <ul>\r
554 <li>\r
555 <p>Incorporate tutorial code in the platform repository as a separate folder to allow platform builds to directly ensure that the tutorial code still builds OK</p>\r
556 </li>\r
557 <li>\r
558 <p>Start using https://github.com/mbarbero/fr.obeo.releng.targetplatform to generate <code>.target</code> files. <code>.tpd</code> files allow specifying version ranges instead of specific versions.</p>\r
559 </li>\r
560 </ul>\r
561 \r
562 </body>\r
563 </html>\r
564 <!-- This document was created with MarkdownPad, the Markdown editor for Windows (http://markdownpad.com) -->\r