forked from AcademySoftwareFoundation/OpenImageIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admin: Document my git-cliff workflow for release notes
For the last year or so, I have been using git-cliff to generate the first draft of release notes. It gets me 90% of the way there for the monthly patch releases, perhaps more like 30% (but a very good starting point) for the big annual major releases. In this PR, I document my process and check in the toml file that provides the git cliff configuration that gets mostly what we need. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information
Showing
8 changed files
with
361 additions
and
1 deletion.
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
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
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,48 @@ | ||
Release 3.0 (Fall 2024) -- compared to 2.5 | ||
------------------------------------------------- | ||
|
||
### New minimum dependencies and compatibility changes: | ||
* *Blah*: Raise minimum to 1.2... | ||
|
||
### ⛰️ Major new features and public API changes: | ||
* *New feature*: item | ||
* *New image file format support:* | ||
- Format1 explanation | ||
- Format2 explanation | ||
* *oiiotool*: | ||
- item | ||
* *ImageBuf/ImageBufAlgo*: | ||
- item | ||
* *Other categories or subsystems as needed*: | ||
|
||
### 🚀 Performance improvements: | ||
- *subsystem*: item | ||
|
||
### 🐛 Fixes and feature enhancements: | ||
* *subsystem*: item | ||
* *oiiotool*: item | ||
* *ImageBuf/ImageBufAlgo*: | ||
- item | ||
* *ImageCache/TextureSystem*: | ||
- item | ||
* *format*: | ||
- item | ||
|
||
### 🔧 Internals and developer goodies | ||
- *int*: item | ||
- *header.h*: developer item | ||
|
||
### 🏗 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 | ||
|
||
### 📚 Notable documentation changes: | ||
- *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/OpenImageIO/pull/1234) (by someuser) | ||
|
Oops, something went wrong.