Skip to content

Commit 46a595b

Browse files
committed
docs: update changelog for v25.12.2 release fixes
Added entries for post-release fixes: - Added release-post-comment.yml workflow for GitHub Discussions - Fixed release workflow wheel upload (check-release-fileset parameters) - Fixed OpenSSL checksum format handling in download recipe - Aligned download-github-release with autobahn-python/zlmdb Note: This work was completed with AI assistance (Claude Code).
1 parent c4838a9 commit 46a595b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ Unreleased
2121
* Added ``generate-release-notes`` justfile recipe for documentation integration
2222
* Added ``docs-integrate-github-release`` justfile recipe with chain-of-custody files
2323
* Added ``.github/workflows/README.md`` documenting CI/CD architecture
24+
* Added ``release-post-comment.yml`` workflow for GitHub Discussions notifications
2425

2526
**Fix**
2627

2728
* Fixed autoapi duplicate object warnings by adding suppress_warnings in conf.py (#82)
2829
* Consolidated ``download-github-release`` recipe to use ``/tmp/release-artifacts/<tag>`` path
30+
* Fixed release workflow to properly upload wheels (corrected check-release-fileset parameters)
31+
* Fixed OpenSSL checksum format handling in download-github-release recipe
32+
* Aligned download-github-release recipe with autobahn-python/zlmdb for consistency
2933

3034
**Other**
3135

0 commit comments

Comments
 (0)