mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Set latest download version automatically based on release notes
This commit is contained in:
parent
264321ed22
commit
bcebe9c481
3 changed files with 6 additions and 5 deletions
|
@ -12,7 +12,6 @@ Installing dependencies on older Ubuntu and Debian distributions
|
|||
|
||||
# Usage
|
||||
|
||||
* update DOWNLOAD\_VERSION in _config.yml
|
||||
* run jekyll
|
||||
* output will be in \_site/
|
||||
|
||||
|
@ -102,7 +101,7 @@ More information will follow.
|
|||
|
||||
### Release Notes
|
||||
|
||||
Release notes should be placed in `_releases/YYYY-MM-DD-SHORTTITLE.md` and adhere to this format:
|
||||
Release notes should be placed in `_releases/YYYY-MM-DD-VERSION.md` and adhere to this format:
|
||||
|
||||
```
|
||||
---
|
||||
|
@ -115,7 +114,7 @@ Bitcoin v0.3.24 is now available for download at
|
|||
|
||||
...
|
||||
```
|
||||
* `SHORTTITLE` is used to construct the URL. Something like `v0.3.24` will be fine
|
||||
* `VERSION` is used to define the version and construct the URL. It should adhere to this format: `v0.3.24`.
|
||||
* `title: ...` will be used as the title
|
||||
* `src: ...` (optional) link to full annoucement
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue