Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Feb 3, 2017
1 parent 881e96d commit e41513b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 23 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
@@ -1,7 +1,14 @@
# Change Log

## [5.6.0](https://github.com/berkshelf/berkshelf/tree/5.6.0) (2017-02-02)
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v5.5.0...5.6.0)
## [v5.6.1](https://github.com/berkshelf/berkshelf/tree/v5.6.1) (2017-02-03)
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v5.6.0...v5.6.1)

**Merged pull requests:**

- Address hashie warning spam [\#1668](https://github.com/berkshelf/berkshelf/pull/1668) ([lamont-granquist](https://github.com/lamont-granquist))

## [v5.6.0](https://github.com/berkshelf/berkshelf/tree/v5.6.0) (2017-02-02)
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v5.5.0...v5.6.0)

**Merged pull requests:**

Expand Down Expand Up @@ -1344,8 +1351,6 @@
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.0...v0.1.1)

## [v0.1.0](https://github.com/berkshelf/berkshelf/tree/v0.1.0) (2012-06-21)
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/25612cf3601733a37727f1f490e69fdf48963d36...v0.1.0)

**Merged pull requests:**

- Rename to Berkshelf [\#54](https://github.com/berkshelf/berkshelf/pull/54) ([reset](https://github.com/reset))
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

group :changelog do
gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping"
gem "github_changelog_generator"
end

group :guard do
Expand Down
28 changes: 11 additions & 17 deletions Gemfile.lock
Expand Up @@ -17,20 +17,6 @@ GIT
semverse (>= 1.0, < 3.0)
varia_model (~> 0.4)

GIT
remote: https://github.com/tduffield/github-changelog-generator
revision: c6245b58b91b863464ca88e02aa752a0658b5f30
branch: adjust-tag-section-mapping
specs:
github_changelog_generator (1.14.2)
activesupport
faraday-http-cache
multi_json
octokit (~> 4.6)
rainbow (>= 2.1)
rake (>= 10.0)
retriable (>= 1.4)

PATH
remote: .
specs:
Expand Down Expand Up @@ -151,6 +137,14 @@ GEM
ruby-progressbar (~> 1.4)
fuzzyurl (0.9.0)
gherkin (4.0.0)
github_changelog_generator (1.14.3)
activesupport
faraday-http-cache
multi_json
octokit (~> 4.6)
rainbow (>= 2.1)
rake (>= 10.0)
retriable (~> 2.1)
grape (0.19.1)
activesupport
builder
Expand Down Expand Up @@ -191,7 +185,7 @@ GEM
hashdiff (0.3.2)
hashie (3.5.1)
hitimes (1.2.4)
http (2.1.0)
http (2.2.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)
Expand Down Expand Up @@ -267,7 +261,7 @@ GEM
http (>= 0.6.0.pre)
http_parser.rb (>= 0.6.0)
websocket-driver (>= 0.5.1)
retriable (3.0.0)
retriable (2.1.0)
retryable (2.0.4)
ridley (5.1.0)
addressable
Expand Down Expand Up @@ -362,7 +356,7 @@ DEPENDENCIES
coolline
dep_selector (>= 1.0)
fuubar (>= 2.0)
github_changelog_generator!
github_changelog_generator
growl
guard
guard-cucumber
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -28,7 +28,6 @@ begin
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.future_release = Berkshelf::VERSION
config.issues = false
config.max_issues = 0
config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
config.bug_labels = "bug,Bug,Improvement".split(",")
config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Upstream Bug,Discussion".split(",")
Expand Down

0 comments on commit e41513b

Please sign in to comment.