File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,13 +107,17 @@ export default async function () {
107107 {
108108 text : `v${ latest_version } ` ,
109109 items : [
110+ {
111+ text : "Changelog" ,
112+ link : `https://github.com/infinitejs/contentkit/releases/tag/v${ latest_version } ` ,
113+ } ,
110114 {
111115 text : "Security" ,
112- link : " https://github.com/infinitejs/contentkit/blob/master /SECURITY.md" ,
116+ link : ` https://github.com/infinitejs/contentkit/tree/v ${ latest_version } /SECURITY.md` ,
113117 } ,
114118 {
115119 text : "Contribution Guide" ,
116- link : " https://github.com/infinitejs/contentkit/blob/master /CONTRIBUTING.md" ,
120+ link : ` https://github.com/infinitejs/contentkit/tree/v ${ latest_version } /CONTRIBUTING.md` ,
117121 } ,
118122 ] ,
119123 } ,
@@ -158,13 +162,17 @@ export default async function () {
158162 {
159163 text : `v${ latest_version } ` ,
160164 items : [
165+ {
166+ text : "Änderungen" ,
167+ link : `https://github.com/infinitejs/contentkit/releases/tag/v${ latest_version } ` ,
168+ } ,
161169 {
162170 text : "Sicherheit" ,
163- link : " https://github.com/infinitejs/contentkit/blob/master /SECURITY.md" ,
171+ link : ` https://github.com/infinitejs/contentkit/tree/v ${ latest_version } /SECURITY.md` ,
164172 } ,
165173 {
166174 text : "Beitragsleitfaden" ,
167- link : " https://github.com/infinitejs/contentkit/blob/master /CONTRIBUTING.md" ,
175+ link : ` https://github.com/infinitejs/contentkit/tree/v ${ latest_version } /CONTRIBUTING.md` ,
168176 } ,
169177 ] ,
170178 } ,
You can’t perform that action at this time.
0 commit comments