3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-14 12:55:39 +00:00

fixup release-notes-updater

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-03-12 14:11:02 -07:00
parent 8ba5fb6698
commit d3626fee64
2 changed files with 319 additions and 239 deletions

View file

@ -33,6 +33,7 @@ steps:
uses: actions/checkout@v5
with:
fetch-depth: 0 # Fetch full history for analyzing commits
persist-credentials: false
---