Skip to content

Commit 4b17a90

Browse files
committed
Add sponsors section to changelog
1 parent d8842e8 commit 4b17a90

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)