Skip to content

Commit 444f5b4

Browse files
Merge pull request #111 from pnkfelix/add-version-stable-anchors-to-relnotes-template
Add version-stable anchors to the release notes template.
2 parents b7e58f4 + 217a75e commit 444f5b4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

templates/relnotes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Version {{version}} ({{date}})
22
==========================
33

4+
<a id="{{version}}-Language"></a>
5+
46
Language
57
--------
68
**relnotes**
@@ -9,6 +11,8 @@ Language
911
**other**
1012
{{language_unsorted}}
1113

14+
<a id="{{version}}-Compiler"></a>
15+
1216
Compiler
1317
--------
1418
**relnotes**
@@ -17,6 +21,8 @@ Compiler
1721
**other**
1822
{{compiler_unsorted}}
1923

24+
<a id="{{version}}-Libraries"></a>
25+
2026
Libraries
2127
---------
2228
**relnotes**
@@ -25,9 +31,13 @@ Libraries
2531
**other**
2632
{{libraries_unsorted}}
2733

34+
<a id="{{version}}-Stabilized-APIs"></a>
35+
2836
Stabilized APIs
2937
---------------
3038

39+
<a id="{{version}}-Cargo"></a>
40+
3141
Cargo
3242
-----
3343
**relnotes**
@@ -36,9 +46,13 @@ Cargo
3646
**other**
3747
{{cargo_unsorted}}
3848

49+
<a id="{{version}}-Misc"></a>
50+
3951
Misc
4052
----
4153

54+
<a id="{{version}}-Compatibility-Notes"></a>
55+
4256
Compatibility Notes
4357
-------------------
4458
**relnotes**
@@ -47,6 +61,8 @@ Compatibility Notes
4761
**other**
4862
{{compat_unsorted}}
4963

64+
<a id="{{version}}-Internal-Changes"></a>
65+
5066
Internal Changes
5167
----------------
5268

0 commit comments

Comments
 (0)