<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/docs/scripts, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-08-07T04:26:30+00:00</updated>
<entry>
<title>Add a new option to use hash for release-note script (#8096)</title>
<updated>2025-08-07T04:26:30+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2025-08-07T04:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=1088e57b63ae49be885d312dfad6e02057f29083'/>
<id>urn:sha1:1088e57b63ae49be885d312dfad6e02057f29083</id>
<content type='text'>
This commit adds a new command-line argument for
`docs/script/release-note.sh`, which is `--previous-release-hash`.
It will allow us to generate the release note at more finer granularity.

The current help message is following,
```
Usage: ./docs/scripts/release-note.sh [--since DATE | --previous-release-hash HASH]
  --since DATE                    Generate notes since the given date (e.g., 2025-08-06)
  --previous-release-hash HASH    Generate notes since the given commit hash

Legacy usage (deprecated): ./docs/scripts/release-note.sh DATE
```

Fixes
- https://github.com/shader-slang/slang/issues/5188
- https://github.com/shader-slang/slang/issues/6887

---------

Co-authored-by: slangbot &lt;ellieh+slangbot@nvidia.com&gt;
Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;
Co-authored-by: Ellie Hermaszewska &lt;ellieh@nvidia.com&gt;</content>
</entry>
<entry>
<title>Remove unnecessary processing in the release note script (#7884)</title>
<updated>2025-07-23T19:09:45+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2025-07-23T19:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=559c8307d7537319c9f2b3f3d386d8b9b147aba3'/>
<id>urn:sha1:559c8307d7537319c9f2b3f3d386d8b9b147aba3</id>
<content type='text'>
The release note script was trying to retrieve additional label
information from the "issue" but when parsing logic is not reliable.

When the issue has a link to a repo other than Slang, it printed error
message.  An example is #7826 that has a link to an external repo,
  https://github.com/llvm/llvm-project/issues/79043</content>
</entry>
<entry>
<title>[Docs] Fix dead links when subsection title have underscore (#5662)</title>
<updated>2024-12-02T19:44:00+00:00</updated>
<author>
<name>Ica</name>
<email>82805019+burak-efe@users.noreply.github.com</email>
</author>
<published>2024-12-02T19:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=0586e5ab478f7cfb1763d019eb014f2578106240'/>
<id>urn:sha1:0586e5ab478f7cfb1763d019eb014f2578106240</id>
<content type='text'>
* [Docs] Fix dead links when subsection title have underscore

a minor change on build toc script: add underscore to link instead of replacing with "-"
then I re-run the script
also I tested on local server

* Update toc.html

---------

Co-authored-by: Ellie Hermaszewska &lt;ellieh@nvidia.com&gt;
Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Sort filenames when generating table of contents (#5659)</title>
<updated>2024-11-28T07:34:59+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2024-11-28T07:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=2c82b14c476c368c98b6e081aa9f89c878e165fb'/>
<id>urn:sha1:2c82b14c476c368c98b6e081aa9f89c878e165fb</id>
<content type='text'>
The order of EnumerateFiles is unspecified</content>
</entry>
<entry>
<title>format yaml and json (#5428)</title>
<updated>2024-10-30T05:45:53+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2024-10-30T05:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=22d1e345037eea853e54b84af718340cb9776513'/>
<id>urn:sha1:22d1e345037eea853e54b84af718340cb9776513</id>
<content type='text'>
* format yaml and json

* format shell scripts</content>
</entry>
<entry>
<title>Make release note generation script shebang portable (#5145)</title>
<updated>2024-09-25T14:01:11+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2024-09-25T14:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=88623edb8120333d48a9ebdec73063f94a10282e'/>
<id>urn:sha1:88623edb8120333d48a9ebdec73063f94a10282e</id>
<content type='text'>
Co-authored-by: Jay Kwak &lt;82421531+jkwak-work@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>release-note.sh fixes (#5068)</title>
<updated>2024-09-17T05:24:44+00:00</updated>
<author>
<name>cheneym2</name>
<email>acheney@nvidia.com</email>
</author>
<published>2024-09-17T05:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=25d155937402120292cff9e6f5a31c1d45a2ecbf'/>
<id>urn:sha1:25d155937402120292cff9e6f5a31c1d45a2ecbf</id>
<content type='text'>
Add a gh.exe search path that works with cygwin installations.

Do not bail out from the breaking changes loop when a change is
found without PR#. Instead, continue to the next one. This fixes
an issue where [BREAKING] changes appear in the detailed change
list by not in the summary of breaking changes.</content>
</entry>
<entry>
<title>Script for generating a release note (#4776)</title>
<updated>2024-08-28T01:13:52+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2024-08-28T01:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=5645ecfc9d487a5fe612f17d970332a93ed40c47'/>
<id>urn:sha1:5645ecfc9d487a5fe612f17d970332a93ed40c47</id>
<content type='text'>
* Script for generating a release note

Related to #4718

* Adding a comment about how to run

---------

Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Add documentation on capability system. (#3549)</title>
<updated>2024-02-06T00:15:21+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2024-02-06T00:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=71439f700b845e8d8336041c6d6824f01b7c9067'/>
<id>urn:sha1:71439f700b845e8d8336041c6d6824f01b7c9067</id>
<content type='text'>
Fixes #3454.</content>
</entry>
<entry>
<title>Fix document toc. (#2510)</title>
<updated>2022-11-10T17:44:00+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2022-11-10T17:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=610851abb4a88e59f8d23a3e3115e29e8cdf5601'/>
<id>urn:sha1:610851abb4a88e59f8d23a3e3115e29e8cdf5601</id>
<content type='text'>
Co-authored-by: Yong He &lt;yhe@nvidia.com&gt;</content>
</entry>
</feed>
