Add sponsors section to changelog

This commit is contained in:
Aleksey Kladov 2020-06-22 15:11:22 +02:00
parent d8842e89e9
commit 4b17a90c41

View File

@ -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
);