Release-notes Design Models
<<TableOfContents: execution failed [Too many arguments] (see also the log)>>
1. welcome.asciidoc
|
|||
Model |
${TCAR_BASEDIR}/Models/Documentation/Release-notes/welcome.asciidoc |
||
Size |
No |
||
Texts |
Yes |
||
Locales |
${TCAR_BASEDIR}/Models/Documentation/Release-notes/Locales/${LANG}/welcome.asciidoc.po |
||
Motif |
No |
||
Colors |
No |
||
Configuration |
${TCAR_WORKDIR}/Release-notes/render.conf |
||
Final File |
${TCAR_WORKDIR}/Release-notes/Final/${LANG}/welcome.html |
||
Brands |
Yes |
||
Package |
centos-release-notes |
||
Destination |
/usr/share/doc/HTML/index.html |
||
[user@localhost workdir]$ tcar render Release-notes/render.conf --filter="welcome.html" |
2. RELEASE-NOTES.asciidoc
|
|||
Model |
${TCAR_BASEDIR}/Models/Documentation/Release-notes/release-notes.asciidoc |
||
Size |
No |
||
Texts |
Yes |
||
Locales |
${TCAR_BASEDIR}/Models/Documentation/Release-notes/Locales/${LANG}/release-notes.asciidoc.po |
||
Motif |
No |
||
Colors |
No |
||
Configuration |
${TCAR_WORKDIR}/Release-notes/render.conf |
||
Final Files |
${TCAR_WORKDIR}/Release-notes/${VERSION}/Final/${LANG}/RELEASE-NOTES |
||
Brands |
Yes |
||
Package |
centos-release-notes |
||
Destination |
/usr/share/doc/centos-release-notes-${VERSION}/RELEASE-NOTES-${LANG} |
||
[user@localhost workdir]$ tcar render Release-notes/render.conf --filter="RELEASE-NOTES.html" |
- The value of VERSION variable is set inside the configuration file. So, each time you need to produce release notes for a different release of The CentOS Distribution, open the configuration file, change the version value, and run the render command again.
- The CentOS Project maintains near to 4 major releases of The CentOS Distribution in parallel. The release notes published inside each of them are practically the same except the version number that change. To produce the same release notes for different version numbers, open the configuration file and add one version line for each version number you want to produce release notes for. This way, each time you update the design model and run the render command, the changes introduced in the design model will be propagated to all final files.