Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
GpuStats.md | H A D | 25-Apr-2025 | 1 KiB | 13 | 11 | |
GraphiteLogPriority.md | H A D | 25-Apr-2025 | 534 | 15 | 11 | |
README.md | H A D | 25-Apr-2025 | 1.3 KiB | 32 | 23 | |
SkColorSpaceMakeCICP.md | H A D | 25-Apr-2025 | 117 | 3 | 2 | |
precompilecontext.md | H A D | 25-Apr-2025 | 1,013 | 22 | 15 |
README.md
1# Skia Release Notes 2 3This directory contains release notes for the upcoming milestone. 4 5All Markdown (`*.md`) files in this directory are treated as release notes - 6except this file (`README.md`). As part of the release process, the contents of 7these files will be inserted into `RELEASE_NOTES.md`, and these files will be 8deleted. 9 10The release branch tool, which automatically does this aggregation, is described 11more thoroughly in https://skia.googlesource.com/buildbot/+/refs/heads/main/sk/. 12 13## Markdown Support 14 15Notes are free to use nearly all of the Markdown language. However, because they 16will be inserted into a larger release note file, certain guidelines should be 17followed. 18 191. Do not reference any local files in the `relnotes` directory. 20 21 So nothing like ``. 22 23 References to URLs are allowed. 242. Do not use [headings](https://www.markdownguide.org/basic-syntax/#headings). 25 Milestones in the top level release notes file (RELEASE_NOTES.md) use a 26 single heading per milestone. 273. Do not use start your note with an 28 [asterisk](https://www.markdownguide.org/basic-syntax/#unordered-lists) or 29 other leading marks. These are automatically inserted by the script. 304. Horizontal rules will automatically be inserted between milestones when the 31 release notes are generated 32