[flang-commits] [flang] [flang][docs] Tweak in-progress warning in the release notes page (PR #170595)

David Spickett via flang-commits flang-commits at lists.llvm.org
Thu Dec 4 01:57:30 PST 2025


================
@@ -3,11 +3,12 @@ ReleaseNotes.md and ReleaseNotesTemplate.txt. -->
 
 # Flang {{version}} {{in_progress}}Release Notes
 
-> **warning**
->
-> These are in-progress notes for the upcoming LLVM {{version}} release.
-> Release notes for previous releases can be found on [the Download
-> Page](https://releases.llvm.org/download.html).
+```{only} PreRelease
+```{warning}
+ These are in-progress notes for the upcoming LLVM {{version}} release.
+ Release notes for previous releases can be found on [the Download
+ Page](https://releases.llvm.org/download.html).
+```
----------------
DavidSpickett wrote:

I suggest balancing them just to look less surprising.

https://github.com/llvm/llvm-project/pull/170595


More information about the flang-commits mailing list