mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Add sponsors section to changelog
This commit is contained in:
parent
d8842e89e9
commit
4b17a90c41
@ -28,21 +28,23 @@ impl ReleaseCmd {
|
||||
|
||||
let contents = format!(
|
||||
"\
|
||||
= Changelog #{}
|
||||
:sectanchors:
|
||||
:page-layout: post
|
||||
= Changelog #{}
|
||||
:sectanchors:
|
||||
:page-layout: post
|
||||
|
||||
Commit: commit:{}[] +
|
||||
Release: release:{}[]
|
||||
Commit: commit:{}[] +
|
||||
Release: release:{}[]
|
||||
|
||||
== New Features
|
||||
== Sponsors
|
||||
|
||||
* pr:[] .
|
||||
== New Features
|
||||
|
||||
== Fixes
|
||||
* pr:[] .
|
||||
|
||||
== Internal Improvements
|
||||
",
|
||||
== Fixes
|
||||
|
||||
== Internal Improvements
|
||||
",
|
||||
changelog_n, commit, today
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user