disable markdown link checking on unreleased tag
This commit is contained in:
parent
7bc90dd85c
commit
2583d9e5d2
2 changed files with 2 additions and 2 deletions
|
@ -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 <!-- markdown-link-check-disable-line -->
|
||||
|
||||
### Changes
|
||||
- Add `FIELD_SIZE_IN_BITS`, `FIELD_MIN` and `FIELD_MAX` constants to `field` stdlib module (#917, @dark64)
|
||||
|
|
|
@ -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} <!-- markdown-link-check-disable-line -->
|
||||
|
||||
### Changes
|
||||
EOT
|
||||
|
|
Loading…
Reference in a new issue