mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Site Docs: Update release instructions
Describe how to prepare a release in advance.
This commit is contained in:
parent
6264930505
commit
d620ce61f2
2 changed files with 85 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -222,6 +222,8 @@ manual-check-diff-sha256sums:
|
|||
| sort -k2
|
||||
|
||||
check-for-broken-bitcoin-core-download-links:
|
||||
## Ensure that the links from the Download page to the current Bitcoin
|
||||
## Core binaries are correct
|
||||
$S grep 'class="dl"' _site/en/download.html \
|
||||
| sed 's/.*href="//; s/".*//' \
|
||||
| while read url ; do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue