Merge branch 'release/1.3.3'
This commit is contained in:
commit
d1636ccb1d
|
@ -1,5 +1,13 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [Unreleased](https://github.com/skywinder/Github-Changelog-Generator/tree/HEAD)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...HEAD)
|
||||||
|
|
||||||
|
**Closed issues:**
|
||||||
|
|
||||||
|
- Add \# character to wrapping list. [\#58](https://github.com/skywinder/Github-Changelog-Generator/issues/58)
|
||||||
|
|
||||||
## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03)
|
## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2)
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2)
|
||||||
|
|
|
@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
|
||||||
spec.authors = ["Petr Korolev"]
|
spec.authors = ["Petr Korolev"]
|
||||||
spec.email = %q{sky4winder+github_changelog_generator@gmail.com}
|
spec.email = %q{sky4winder+github_changelog_generator@gmail.com}
|
||||||
spec.date = `date +"%Y-%m-%d"`.strip!
|
spec.date = `date +"%Y-%m-%d"`.strip!
|
||||||
spec.summary = %q{Script, that automatically generate change-log from your tags and pull-requests.}
|
spec.summary = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
|
||||||
spec.description = %q{Script, that automatically generate change-log from your tags and pull-requests}
|
spec.description = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
|
||||||
spec.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator}
|
spec.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator}
|
||||||
spec.license = "MIT"
|
spec.license = "MIT"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module GitHubChangelogGenerator
|
module GitHubChangelogGenerator
|
||||||
VERSION = '1.3.2'
|
VERSION = '1.3.3'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user