mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 06:38:00 -05:00
New template for changelog (#100)
* Use components.xml instead of default.xml * Rm unused var * Use category instead of group * Add group and category * Change changelog template * Conditional display * Remove sort * Add mappings * Jinja does not track state * Handle dupe logic in python * Construct doc page and repo url * Add repo url * Add doc page * Avoid using bare URL * Add None key * Test release notes
This commit is contained in:
@@ -22,8 +22,6 @@ for template in templates:
|
||||
file.write(rendered)
|
||||
|
||||
shutil.copy2('../RELEASE.md','./about/release-notes.md')
|
||||
# Keep capitalization due to similar linking on GitHub's markdown preview.
|
||||
shutil.copy2('../CHANGELOG.md','./about/changelog.md')
|
||||
|
||||
latex_engine = "xelatex"
|
||||
latex_elements = {
|
||||
|
||||
Reference in New Issue
Block a user