diff options
| author | bors <bors@rust-lang.org> | 2022-12-14 14:54:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-12-14 14:54:19 +0000 |
| commit | 95671d53ea3063da5316784af9ef69c71219f320 (patch) | |
| tree | 8b5c977fbac386b631b823824c34d9fb5ef85a29 | |
| parent | 16de9a7130794d90a8cd1afb6b7ff66b49be9eeb (diff) | |
| parent | 37b404d6c63c654fe105b8c9e745b532de5064cf (diff) | |
| download | rust-95671d53ea3063da5316784af9ef69c71219f320.tar.gz rust-95671d53ea3063da5316784af9ef69c71219f320.zip | |
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 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:{}[] + |
