Add anchor link to version.json

This commit is contained in:
Robbie Trencheny 2016-11-29 14:40:41 -05:00 committed by Fabian Affolter
parent 4a1b6ae7f1
commit b319575cba
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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 }},