Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #13772 - noritada:minor/set-experimental-attr-to-changelog-draft, r=lnicola
minor: Set the `experimental` AsciiDoc document attribute to generated draft changelog
This PR sets the `experimental` AsciiDoc document attribute to generated draft changelog.
That attribute is required by the keyboard macro (`kbd:[...]`).
This change of the draft will prevent issues like https://github.com/rust-analyzer/rust-analyzer.github.io/pull/191 .
| -rw-r--r-- | xtask/src/release/changelog.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/release/changelog.rs b/xtask/src/release/changelog.rs index 2647f7794f..cbf79b657c 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:{}[] + |