Skip to content

Commit

Permalink
Release 2.4.0 (Amendments)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Mar 20, 2020
1 parent 0cf1cbe commit 0c482c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c482c6

Please sign in to comment.