From 0c482c6f09c0cda6bbfe4b100928ecd54abbd3dd Mon Sep 17 00:00:00 2001 From: Jochen Pfeiffer Date: Fri, 20 Mar 2020 09:26:27 +0100 Subject: [PATCH] Release 2.4.0 (Amendments) --- CHANGELOG.md | 7 ++----- Rakefile | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9887ec89..392a3d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # Change Log -## [minor-release](https://github.com/jjochen/JJFloatingActionButton/tree/minor-release) (2020-03-19) -[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.3.0...minor-release) +## [2.4.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.4.0) (2020-03-20) +[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.3.0...2.4.0) **Implemented enhancements:** - CircleCI config could be simplified [\#249](https://github.com/jjochen/JJFloatingActionButton/issues/249) - Run 'release new version' task on CircleCI/GitHub [\#248](https://github.com/jjochen/JJFloatingActionButton/issues/248) - -**Closed issues:** - - Automatically close milestone when version is released [\#246](https://github.com/jjochen/JJFloatingActionButton/issues/246) **Merged pull requests:** diff --git a/Rakefile b/Rakefile index c1209a52..061e8bf8 100644 --- a/Rakefile +++ b/Rakefile @@ -369,10 +369,10 @@ end def release_next_version(type) title "Releasing #{type} version" + delete_github_release_trigger_tag(type) version = version_from_podspec new_version = increment_semver(version, type) release_version new_version - delete_github_release_trigger_tag(type) end def release_version(version)