Merge pull request #207 from sneal/use-relative-require

Relatively require github_changelog_generator library
This commit is contained in:
Petr Korolev
2015-03-24 11:33:43 +02:00
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/env ruby #! /usr/bin/env ruby
require 'github_changelog_generator' require_relative '../lib/github_changelog_generator'
GitHubChangelogGenerator::ChangelogGenerator.new.compund_changelog GitHubChangelogGenerator::ChangelogGenerator.new.compund_changelog