changelog_merger 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +15 -19
- data/lib/changelog_merger.rb +2 -2
- data/lib/changelog_merger/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: e40c0becee388c18e20c065ec5ed57703828051720d91a1c2743c02e9ea2cf4c
|
4
|
+
data.tar.gz: f938d8ad8be7a3fa494a0a2c6e644cbb21063bbc1e41a20da2a9bb3342a31f05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a2a197d7bf43fad4ccb7a538a91edcb74b9b58929420b82a8f6cb12d380b26c002b942656643224d55f6de4e78187e98b1e9d9cd2b8124204faf6104f172a57
|
7
|
+
data.tar.gz: 73a080d45e4e2dc656343ac90150bf32e733ae11f9c1e812c610fae057041ca822704b950a89d111eab18c2c6633f787e4e917432b3df29879d122a2561eb21c
|
data/CHANGELOG.md
CHANGED
@@ -1,35 +1,31 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [0.1.
|
3
|
+
## [0.1.7](https://github.com/skywinder/ChangelogMerger/tree/0.1.7) (2015-09-29)
|
4
|
+
[Full Changelog](https://github.com/skywinder/ChangelogMerger/compare/0.1.6...0.1.7)
|
4
5
|
|
5
|
-
[
|
6
|
+
## [0.1.6](https://github.com/skywinder/ChangelogMerger/tree/0.1.6) (2015-04-03)
|
7
|
+
[Full Changelog](https://github.com/skywinder/ChangelogMerger/compare/0.1.5...0.1.6)
|
6
8
|
|
7
|
-
## [0.1.5](https://github.com/skywinder/
|
9
|
+
## [0.1.5](https://github.com/skywinder/ChangelogMerger/tree/0.1.5) (2015-03-19)
|
10
|
+
[Full Changelog](https://github.com/skywinder/ChangelogMerger/compare/0.1.4...0.1.5)
|
8
11
|
|
9
|
-
[
|
12
|
+
## [0.1.4](https://github.com/skywinder/ChangelogMerger/tree/0.1.4) (2015-03-18)
|
13
|
+
[Full Changelog](https://github.com/skywinder/ChangelogMerger/compare/0.1.3...0.1.4)
|
10
14
|
|
11
|
-
## [0.1.
|
12
|
-
|
13
|
-
[Full Changelog](https://github.com/skywinder/changelogMerger/compare/0.1.3...0.1.4)
|
14
|
-
|
15
|
-
## [0.1.3](https://github.com/skywinder/changelogMerger/tree/0.1.3) (2015-03-18)
|
16
|
-
|
17
|
-
[Full Changelog](https://github.com/skywinder/changelogMerger/compare/0.1.2...0.1.3)
|
15
|
+
## [0.1.3](https://github.com/skywinder/ChangelogMerger/tree/0.1.3) (2015-03-18)
|
16
|
+
[Full Changelog](https://github.com/skywinder/ChangelogMerger/compare/0.1.2...0.1.3)
|
18
17
|
|
19
18
|
**Implemented enhancements:**
|
20
19
|
|
21
20
|
- Workflow [\#4](https://github.com/skywinder/ChangelogMerger/issues/4)
|
22
21
|
|
23
|
-
## [0.1.2](https://github.com/skywinder/
|
24
|
-
|
25
|
-
[Full Changelog](https://github.com/skywinder/changelogMerger/compare/0.1.1...0.1.2)
|
26
|
-
|
27
|
-
## [0.1.1](https://github.com/skywinder/changelogMerger/tree/0.1.1) (2015-03-05)
|
28
|
-
|
29
|
-
[Full Changelog](https://github.com/skywinder/changelogMerger/compare/v0.1.0.1...0.1.1)
|
22
|
+
## [0.1.2](https://github.com/skywinder/ChangelogMerger/tree/0.1.2) (2015-03-05)
|
23
|
+
[Full Changelog](https://github.com/skywinder/ChangelogMerger/compare/0.1.1...0.1.2)
|
30
24
|
|
31
|
-
## [
|
25
|
+
## [0.1.1](https://github.com/skywinder/ChangelogMerger/tree/0.1.1) (2015-03-05)
|
26
|
+
[Full Changelog](https://github.com/skywinder/ChangelogMerger/compare/v0.1.0.1...0.1.1)
|
32
27
|
|
28
|
+
## [v0.1.0.1](https://github.com/skywinder/ChangelogMerger/tree/v0.1.0.1) (2015-03-04)
|
33
29
|
|
34
30
|
|
35
31
|
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/lib/changelog_merger.rb
CHANGED
@@ -47,7 +47,7 @@ module ChangelogMerger
|
|
47
47
|
def generate_pr_message
|
48
48
|
@options[:pr_message] = "Add change log file.
|
49
49
|
|
50
|
-
Hi, as I can see, you
|
50
|
+
Hi, as I can see, you carefully fill tags and labels for issues in your repo.
|
51
51
|
|
52
52
|
For such cases I create a [github_changelog_generator](https://github.com/skywinder/github-changelog-generator), that generate change log file based on **tags**, **issues** and merged **pull requests** from :octocat: Issue Tracker.
|
53
53
|
|
@@ -64,7 +64,7 @@ Some essential features, that has this script:
|
|
64
64
|
- Issues (closed issues \`w/o any labels\`)
|
65
65
|
- Generate neat Change Log file according basic [change log guidelines](http://keepachangelog.com).
|
66
66
|
|
67
|
-
You can
|
67
|
+
You can quickly update this file in future by the simple run script: \`github_changelog_generator #{@options[:repo]}\` in your repo folder and it makes your Change Log file up-to-date again!
|
68
68
|
|
69
69
|
Hope you find this commit as useful. :wink:"
|
70
70
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: changelog_merger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Petr Korolev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -137,9 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
version: '0'
|
138
138
|
requirements: []
|
139
139
|
rubyforge_project:
|
140
|
-
rubygems_version: 2.
|
140
|
+
rubygems_version: 2.7.1
|
141
141
|
signing_key:
|
142
142
|
specification_version: 4
|
143
143
|
summary: Script to merge change logs to github repo
|
144
144
|
test_files: []
|
145
|
-
has_rdoc:
|