From 8b857008801a3f6916657b2cdbd8df6a61cbee94 Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Tue, 20 Nov 2018 07:50:13 -0500 Subject: [PATCH] update changelog --- .releaserc.yml | 7 ++++++- CHANGELOG.md | 11 ++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.releaserc.yml b/.releaserc.yml index 5103c16a..074e4cac 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -1,7 +1,12 @@ plugins: - "@semantic-release/commit-analyzer" - "@semantic-release/release-notes-generator" - - "@semantic-release/changelog" + - - "@semantic-release/changelog" + - changelogTitle: |- + # Change Log + + All notable changes to this project will be documented in this file. + See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - - "@semantic-release/exec" - prepareCmd: './scripts/prepare.sh ${nextRelease.version}' - - "@semantic-release/git" diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ab5e6a..6936d171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + ## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20) @@ -8,11 +14,6 @@ * message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289)) * wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c)) -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - ## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14)