Skip to content

Commit 5a0331e

Browse files
bors[bot]matklad
andauthored
Merge #4984
4984: Add sponsors section to changelog r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents a783d2a + 4b17a90 commit 5a0331e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

xtask/src/release.rs

+12-10
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,23 @@ impl ReleaseCmd {
2828

2929
let contents = format!(
3030
"\
31-
= Changelog #{}
32-
:sectanchors:
33-
:page-layout: post
31+
= Changelog #{}
32+
:sectanchors:
33+
:page-layout: post
3434
35-
Commit: commit:{}[] +
36-
Release: release:{}[]
35+
Commit: commit:{}[] +
36+
Release: release:{}[]
3737
38-
== New Features
38+
== Sponsors
3939
40-
* pr:[] .
40+
== New Features
4141
42-
== Fixes
42+
* pr:[] .
4343
44-
== Internal Improvements
45-
",
44+
== Fixes
45+
46+
== Internal Improvements
47+
",
4648
changelog_n, commit, today
4749
);
4850

0 commit comments

Comments
 (0)