Name Date Size #Lines LOC

..--

GpuStats.mdH A D25-Apr-20251 KiB1311

GraphiteLogPriority.mdH A D25-Apr-2025534 1511

README.mdH A D25-Apr-20251.3 KiB3223

SkColorSpaceMakeCICP.mdH A D25-Apr-2025117 32

precompilecontext.mdH A D25-Apr-20251,013 2215

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 `![Tooltip](image.png)`.
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