mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add anchor link to version.json
This commit is contained in:
parent
4a1b6ae7f1
commit
b319575cba
@ -132,3 +132,6 @@ current_major_version: 0
|
||||
current_minor_version: 33
|
||||
current_patch_version: 4
|
||||
date_released: 2016-11-23
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
patch_version_notes: "#release-0334---november-24"
|
||||
|
@ -7,6 +7,7 @@
|
||||
"release_notes_path": "{{ recent_release_post.url }}",
|
||||
"release_title": "{{ recent_release_post.title }}",
|
||||
"release_description": "{{ recent_release_post.description }}",
|
||||
"patch_version_notes": "{{ site.patch_version_notes }}"
|
||||
"root_url": "{{ site.url }}",
|
||||
"semantic_version": {
|
||||
"major": {{ site.current_major_version }},
|
||||
|
Loading…
x
Reference in New Issue
Block a user