From 37b404d6c63c654fe105b8c9e745b532de5064cf Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Wed, 14 Dec 2022 18:49:26 +0900 Subject: [PATCH] minor: Set the `experimental` AsciiDoc document attribute to generated draft changelog The keyboard macro (`kbd:[...]`) requires this attribute. This default change will prevent issues like https://github.com/rust-analyzer/rust-analyzer.github.io/pull/191 . --- xtask/src/release/changelog.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/xtask/src/release/changelog.rs b/xtask/src/release/changelog.rs index 2647f7794f2..cbf79b657c0 100644 --- a/xtask/src/release/changelog.rs +++ b/xtask/src/release/changelog.rs @@ -65,6 +65,7 @@ pub(crate) fn get_changelog( "\ = Changelog #{} :sectanchors: +:experimental: :page-layout: post Commit: commit:{}[] +