-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Improve release related docs (#1911)
* Move RELEASING.md into the dev docs area * Document signed release tags, which we will start doing now * Document release note generation * Add git-cliff config file * Update SECURITY version documentation Closes #1856 Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information
Showing
5 changed files
with
327 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Release 1.14.0 (Fall 2024) -- compared to 1.13 | ||
------------------------------------------------- | ||
|
||
### New minimum dependencies and compatibility changes: | ||
* *Blah*: Raise minimum to 1.2... | ||
|
||
### OSL Language, standard library, and oslc compiler (for shader writers): | ||
* *New feature*: item | ||
|
||
### ⛰️ API changes and new ShadingSystem features (for renderer writers): | ||
|
||
### 🚀 SIMD batched shading mode | ||
|
||
### 🚀 OptiX GPU rendering | ||
|
||
### 🐛/🔧 Internals: fixes, improvements, and developer concerns | ||
|
||
|
||
### 🏗 Build/test/CI and platform ports | ||
* CMake build system and scripts: | ||
- item | ||
* Testing and Continuous integration (CI) systems: | ||
- *test*: item | ||
- *ci*: item | ||
* Platform support: | ||
- *win*: item | ||
|
||
### 📚 Documentation | ||
- *docs*: item | ||
|
||
### 🏢 Project Administration | ||
- *admin*: item |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Release 1.2.3.4 (Month DD, YYYY) -- compared to 1.2.3.3 | ||
------------------------------------------------------- | ||
- *category*: Description [#1234](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1234) (by someuser) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.