mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Add sponsors section to changelog
This commit is contained in:
parent
d8842e89e9
commit
4b17a90c41
1 changed files with 12 additions and 10 deletions
|
@ -28,21 +28,23 @@ impl ReleaseCmd {
|
||||||
|
|
||||||
let contents = format!(
|
let contents = format!(
|
||||||
"\
|
"\
|
||||||
= Changelog #{}
|
= Changelog #{}
|
||||||
:sectanchors:
|
:sectanchors:
|
||||||
:page-layout: post
|
:page-layout: post
|
||||||
|
|
||||||
Commit: commit:{}[] +
|
Commit: commit:{}[] +
|
||||||
Release: release:{}[]
|
Release: release:{}[]
|
||||||
|
|
||||||
== New Features
|
== Sponsors
|
||||||
|
|
||||||
* pr:[] .
|
== New Features
|
||||||
|
|
||||||
== Fixes
|
* pr:[] .
|
||||||
|
|
||||||
== Internal Improvements
|
== Fixes
|
||||||
",
|
|
||||||
|
== Internal Improvements
|
||||||
|
",
|
||||||
changelog_n, commit, today
|
changelog_n, commit, today
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue