From 2583d9e5d2708abcf6cb950f85c012f9b9c4d915 Mon Sep 17 00:00:00 2001 From: dark64 Date: Thu, 17 Jun 2021 15:50:33 +0200 Subject: [PATCH] disable markdown link checking on unreleased tag --- CHANGELOG.md | 2 +- scripts/changelog.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8f3476..0ce97145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ https://github.com/Zokrates/ZoKrates/compare/latest...develop ## [0.7.4] - 2021-06-17 ### Release -- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.4 +- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.4 ### Changes - Add `FIELD_SIZE_IN_BITS`, `FIELD_MIN` and `FIELD_MAX` constants to `field` stdlib module (#917, @dark64) diff --git a/scripts/changelog.sh b/scripts/changelog.sh index 9371d01d..410a9b1f 100755 --- a/scripts/changelog.sh +++ b/scripts/changelog.sh @@ -30,7 +30,7 @@ cat << EOT ## [${tag}] - $(qdate '+%Y-%m-%d') ### Release -- https://github.com/Zokrates/ZoKrates/releases/tag/${tag} +- https://github.com/Zokrates/ZoKrates/releases/tag/${tag} ### Changes EOT