We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a783d2a + 4b17a90 commit 5a0331eCopy full SHA for 5a0331e
xtask/src/release.rs
@@ -28,21 +28,23 @@ impl ReleaseCmd {
28
29
let contents = format!(
30
"\
31
- = Changelog #{}
32
- :sectanchors:
33
- :page-layout: post
+= Changelog #{}
+:sectanchors:
+:page-layout: post
34
35
- Commit: commit:{}[] +
36
- Release: release:{}[]
+Commit: commit:{}[] +
+Release: release:{}[]
37
38
- == New Features
+== Sponsors
39
40
- * pr:[] .
+== New Features
41
42
- == Fixes
+* pr:[] .
43
44
- == Internal Improvements
45
- ",
+== Fixes
+
46
+== Internal Improvements
47
+",
48
changelog_n, commit, today
49
);
50
0 commit comments