Kaynağa Gözat

release: strip {#id} heading anchors from release notes template

GitHub's release-notes renderer does not support GFM heading-attribute
anchors and renders them as literal text (e.g. 'KernelSU-Next
{#kernelsu-next}'). Auto-generated slugs from heading text already match
the TOC links, so the explicit anchors were redundant and are removed.
TheWildJames 1 ay önce
ebeveyn
işleme
0a0cf41fae
1 değiştirilmiş dosya ile 8 ekleme ve 8 silme
  1. 8 8
      .github/config/RELEASE_NOTES.md

+ 8 - 8
.github/config/RELEASE_NOTES.md

@@ -16,9 +16,9 @@ Join the telegram here: https://t.me/WildKernelsTG
 - [NTSync](#ntsync)
 - [Misc](#misc)
 
-<!-- NOTE: Anchor links above must match the heading IDs below. GitHub Flavored Markdown auto-generates anchors from heading text, but since these headings contain links, we use explicit IDs for reliable navigation. -->
+<!-- NOTE: The anchor links above match GitHub's auto-generated heading IDs (derived from heading text). Do NOT add explicit {#id} heading attributes: GitHub's release-notes renderer does not support them and renders them as literal text. -->
 
-## [KernelSU-Next](https://github.com/pershoot/KernelSU-Next) {#kernelsu-next}
+## [KernelSU-Next](https://github.com/pershoot/KernelSU-Next)
 
 A kernel-based root solution for Android devices.
 
@@ -42,7 +42,7 @@ Manager: {{KSU_MANAGER}}
 **Commit**  
 `{{KSUN_COMMIT}}`
 
-## [SUSFS v2.2.0](https://gitlab.com/simonpunk/susfs4ksu) {#susfs-v220}
+## [SUSFS v2.2.0](https://gitlab.com/simonpunk/susfs4ksu)
 
 A KSU addon for hiding root using kernel patches and a userspace module!
 
@@ -59,15 +59,15 @@ Reccomended Module: [susfs4ksu-module by sidex15](https://github.com/sidex15/sus
 
 {{SUSFS_BRANCHES}}
 
-## [Baseband Guard (BBG)](https://github.com/vc-teahouse/Baseband-guard) {#baseband-guard-bbg}
+## [Baseband Guard (BBG)](https://github.com/vc-teahouse/Baseband-guard)
 
 A lightweight LSM (Linux Security Module) for the Android kernel, designed to block unauthorized writes to critical partitions/device nodes at the system level.
 
-## [DroidSpaces-OSS](https://github.com/ravindu644/Droidspaces-OSS) {#droidspaces-oss}
+## [DroidSpaces-OSS](https://github.com/ravindu644/Droidspaces-OSS)
 
 A lightweight, LXC-inspired container runtime for Android and Linux. Run full Linux distributions natively with zero performance penalty.
 
-## Networking {#networking-improvements}
+## Networking
 
 - BBRv1 - Improved TCP congestion control
 - BBRv3 - Improved TCP congestion control — available for Android 12 (5.10) through Android 15 (6.6), Android 16 (6.12) coming soon
@@ -84,11 +84,11 @@ A lightweight, LXC-inspired container runtime for Android and Linux. Run full Li
 - TMPFS_XATTR - Extended attributes for tmpfs (Mountify support)
 - TMPFS_POSIX_ACL - POSIX ACLs for tmpfs
 
-## [NTSync](#ntsync) {#ntsync}
+## [NTSync](#ntsync)
 
 Provide high-performance, low-latency synchronization primitives compatible with the Windows NT kernel API
 
-## [Misc](#misc) {#misc}
+## [Misc](#misc)
 
 - Ptrace Leak Fix: For kernels < 5.16
 - Unicode Fix: Prevent path traversal and other detections using non-printable Unicode codepoints [Experimental]