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!( 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
); );