Generate release notes for the new NNCF release.
Files:
ReleaseNotes.mdsrc/nncf/version.py.github/skills/generate_release_notes/parse_commits.sh.github/skills/generate_release_notes/parse_commits.sh. Format of stdout: AUTHOR;COMMIT_HASH;COMMIT_MESSAGE.src/nncf/version.py.openvino, ov, npu.pytorch, torch, pt, cuda, fx, .torch.fxonnx, onnxruntime, ort.Requirements and General sections.(Backend) Description (https://github.com/openvinotoolkit/nncf/pull/PR_NUMBER)git log --format=%B -n 1 COMMIT_HASH.ReleaseNotes.md using this structure (use - ... for empty sections):## New in Release X.Y.Z
Breaking changes:
- ...
General:
- ...
Features:
- ...
Fixes:
- ...
Improvements:
- ...
Tutorials:
- ...
Known issues:
- ...
Deprecations/Removals:
- ...
Requirements:
- ...
ReleaseNotes.md.git log --format=%B -n 1 COMMIT_HASH to get commit messages if needed.