From 712a5d1b062da9366954bb5da0eb2dbe40f698af Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 26 Nov 2025 20:28:21 +0100 Subject: [PATCH] Cleanup --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56268f5..c997a81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,6 +93,6 @@ jobs: # .artifacts/documentation/latex/reticulumnetworkstack.pdf # .artifacts/documentation/epub/ReticulumNetworkStack.epub draft: true - generate_release_notes: true + generate_release_notes: false prerelease: ${{ contains(github.ref, '-') }} fail_on_unmatched_files: true