From c56ebc7840c814843e87d64a426e70a928f27543 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Fri, 28 Jun 2024 11:53:22 +0200 Subject: [PATCH] corrected release templates --- doc/release-template.md | 1 - tools/announceybot/release-note-template.md | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/release-template.md b/doc/release-template.md index cd08a68..3997e7c 100644 --- a/doc/release-template.md +++ b/doc/release-template.md @@ -41,5 +41,4 @@ Then, in your `build.zig`'s `build` function, add the following before .openssl = false, // set to true to enable TLS support }); exe.root_module.addImport("zap", zap.module("zap")); - exe.linkLibrary(zap.artifact("facil.io")); ``` diff --git a/tools/announceybot/release-note-template.md b/tools/announceybot/release-note-template.md index 57d4e0a..c9872bd 100644 --- a/tools/announceybot/release-note-template.md +++ b/tools/announceybot/release-note-template.md @@ -47,5 +47,4 @@ Then, in your `build.zig`'s `build` function, add the following before .openssl = false, // set to true to enable TLS support }); exe.root_module.addImport("zap", zap.module("zap")); - exe.linkLibrary(zap.artifact("facil.io")); ```