Skip to content

Commit 901c5ff

Browse files
committed
Merge branch 'release/1.10.5'
2 parents a139eff + 89ddb62 commit 901c5ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github_changelog_generator.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.description = "Changelog generation has never been so easy. Fully automate changelog generation - this gem generate change log file based on tags, issues and merged pull requests from Github issue tracker."
1818
spec.homepage = "https://github.com/skywinder/Github-Changelog-Generator"
1919
spec.license = "MIT"
20-
spec.extensions = ["Rakefile"]
20+
# spec.extensions = ["Rakefile"]
2121

2222
spec.files = `git ls-files -z`.split("\x0")
2323
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GitHubChangelogGenerator
2-
VERSION = "1.10.4"
2+
VERSION = "1.10.5"
33
end

0 commit comments

Comments
 (0)