Skip to content

Commit

Permalink
Fix changelog generation (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Mar 1, 2020
1 parent 68b3464 commit ef749dd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@ jobs:
name: Build Documentation
command: bundle exec rake generate_documentation

generate-changelog:
executor: ios12-iphone-xs-max
steps:
- checkout
- setup-gems
- run:
name: Generate Changelog
command: bundle exec rake generate_changelog

swiftlint:
docker:
- image: dantoml/swiftlint:latest
Expand Down Expand Up @@ -259,4 +268,5 @@ workflows:
- build-and-test-ios13-iphone11promax
- build-and-test-ios12-iphonexsmax
- build-documentation
- generate-changelog
- push-podspec: *filter-version-tags-only
2 changes: 2 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
exclude_labels=duplicate,invalid,release,support,wontdo,wontfix
author=false
issue-line-labels=added,changed,fixed,removed,updated
user=jjochen
project=JJFloatingActionButton
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org' do
gem 'cocoapods-clean'
gem 'xcpretty'
gem 'synx'
gem 'github_changelog_generator'
gem 'github_changelog_generator', '~> 1.14.0'
gem 'jazzy'
gem 'rake'
gem 'fileutils'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ GEM
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
github_changelog_generator (1.15.0)
github_changelog_generator (1.14.3)
activesupport
faraday-http-cache
multi_json
octokit (~> 4.6)
rainbow (>= 2.2.1)
rainbow (>= 2.1)
rake (>= 10.0)
retriable (~> 3.0)
retriable (~> 2.1)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
redcarpet (3.5.0)
retriable (3.1.2)
retriable (2.1.0)
rouge (2.0.7)
ruby-macho (1.4.0)
sassc (2.2.1)
Expand Down Expand Up @@ -143,12 +143,12 @@ DEPENDENCIES
cocoapods-clean!
cocoapods-deintegrate!
fileutils!
github_changelog_generator!
github_changelog_generator (~> 1.14.0)!
jazzy!
octokit!
rake!
synx!
xcpretty!

BUNDLED WITH
2.0.2
2.1.4

0 comments on commit ef749dd

Please sign in to comment.