author | Tahir Mahmood <tahirm@symbian.org> |
Thu, 27 May 2010 12:31:39 +0100 | |
changeset 270 | 99b1b1689a29 |
parent 251 | 3487e8b7ed38 |
permissions | -rw-r--r-- |
227
2101b329ee80
New script for generating release note content.
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
1 |
#header='==== ${sf.package.short.name} ([${sf.package.URL} ${sf.package.path}]) ====\n\n{|\n' |
2101b329ee80
New script for generating release note content.
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
2 |
#header='{|\n' |
2101b329ee80
New script for generating release note content.
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
3 |
#footer='|}\n\n' |
2101b329ee80
New script for generating release note content.
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
4 |
|
2101b329ee80
New script for generating release note content.
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
5 |
changeset = '|[${sf.package.URL}/rev/{node|short} {node|short}]\n|{tags}{desc|firstline|strip}\n|-\n' |
2101b329ee80
New script for generating release note content.
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
6 |
|
251
3487e8b7ed38
Minor improvements to the output: a typo fix and hiding of tip tags.
Simon Howkins <simonh@symbian.org>
parents:
227
diff
changeset
|
7 |
tag = "'''{tag}''' " |
227
2101b329ee80
New script for generating release note content.
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
8 |