github_changelog_generator 1.2.5 → 1.2.6
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 +4 -4
- data/CHANGELOG.md +16 -4
- data/README.md +6 -4
- data/lib/github_changelog_generator.rb +1 -1
- data/lib/github_changelog_generator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4fd1b64ac90d44349df8c447e6195dbfcad5c52
|
|
4
|
+
data.tar.gz: db57a9baed947b8f26bb9ee1b01e01f9c04f9f18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 988235f17554b0547caec333da72284ae3dc0130ce9da8e57500c50d0192fe198c15745764d6d8c8156bcea7658ad9b14899544655a8465d2aac9233817b49f9
|
|
7
|
+
data.tar.gz: 1b8aa22a7c6c68cc136506c842a3da8b1b6914a8c17303112bac43c5291371a7c5ae1ae4f698142c6c25714279c50c60324e7a6f1e11d5cea2a5f6d833906a17
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.5] (https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.5)
|
|
4
|
+
#### 15/01/15
|
|
5
|
+
- *Merged pull-request:* PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
|
|
6
|
+
|
|
7
|
+
- *Merged pull-request:* support enterprise github via command line options [\#42](https://github.com/skywinder/Github-Changelog-Generator/pull/42) ([glenlovett](https://github.com/glenlovett))
|
|
8
|
+
|
|
9
|
+
- *Implemented enhancement:* Use milestone to specify in which version bug was fixed [\#22](https://github.com/skywinder/Github-Changelog-Generator/issues/22)
|
|
10
|
+
|
|
11
|
+
- *Fixed bug:* Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32)
|
|
12
|
+
|
|
3
13
|
## [1.2.4] (https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.4)
|
|
4
14
|
#### 16/12/14
|
|
5
15
|
- *Merged pull-request:* Fix crash when user is NULL [\#40](https://github.com/skywinder/Github-Changelog-Generator/pull/40) ([skywinder](https://github.com/skywinder))
|
|
@@ -12,20 +22,24 @@
|
|
|
12
22
|
|
|
13
23
|
- *Fixed bug:* Docs lacking or basic behavior not as advertised [\#30](https://github.com/skywinder/Github-Changelog-Generator/issues/30)
|
|
14
24
|
|
|
25
|
+
- *Fixed bug:* Crash when try generate log for rails [\#35](https://github.com/skywinder/Github-Changelog-Generator/issues/35)
|
|
26
|
+
|
|
15
27
|
## [1.2.3] (https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.3)
|
|
16
28
|
#### 16/12/14
|
|
17
|
-
- *Fixed bug:* Encapsulate \[ \> \* \_ \ \] signs in issues names [\#34](https://github.com/skywinder/Github-Changelog-Generator/issues/34)
|
|
18
|
-
|
|
19
29
|
## [1.2.2] (https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.2)
|
|
20
30
|
#### 10/12/14
|
|
21
31
|
- *Merged pull-request:* Add a Bitdeli Badge to README [\#36](https://github.com/skywinder/Github-Changelog-Generator/pull/36) ([bitdeli-chef](https://github.com/bitdeli-chef))
|
|
22
32
|
|
|
33
|
+
- *Fixed bug:* Encapsulate \[ \> \* \_ \ \] signs in issues names [\#34](https://github.com/skywinder/Github-Changelog-Generator/issues/34)
|
|
34
|
+
|
|
23
35
|
## [1.2.1] (https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.1)
|
|
24
36
|
#### 22/11/14
|
|
25
37
|
- *Merged pull-request:* Issues for last tag not in list [\#29](https://github.com/skywinder/Github-Changelog-Generator/pull/29) ([skywinder](https://github.com/skywinder))
|
|
26
38
|
|
|
27
39
|
- *Merged pull-request:* Disable default --filter-pull-requests option. [\#28](https://github.com/skywinder/Github-Changelog-Generator/pull/28) ([skywinder](https://github.com/skywinder))
|
|
28
40
|
|
|
41
|
+
- *Fixed bug:* Script fills changelog only for first 30 tags. [\#20](https://github.com/skywinder/Github-Changelog-Generator/issues/20)
|
|
42
|
+
|
|
29
43
|
## [1.2.0] (https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.0)
|
|
30
44
|
#### 19/11/14
|
|
31
45
|
- *Merged pull-request:* Add filter for pull-requests labels. \(option --filter-pull-requests\) [\#27](https://github.com/skywinder/Github-Changelog-Generator/pull/27) ([skywinder](https://github.com/skywinder))
|
|
@@ -42,8 +56,6 @@
|
|
|
42
56
|
|
|
43
57
|
- *Implemented enhancement:* Implement ability to retrieve GitHub token from ENV variable \(to not put it to script directly\) [\#19](https://github.com/skywinder/Github-Changelog-Generator/issues/19)
|
|
44
58
|
|
|
45
|
-
- *Fixed bug:* Script fills changelog only for first 30 tags. [\#20](https://github.com/skywinder/Github-Changelog-Generator/issues/20)
|
|
46
|
-
|
|
47
59
|
## [1.1.2] (https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.2)
|
|
48
60
|
#### 12/11/14
|
|
49
61
|
- *Merged pull-request:* Fix bug with dot signs in project name [\#18](https://github.com/skywinder/Github-Changelog-Generator/pull/18) ([skywinder](https://github.com/skywinder))
|
data/README.md
CHANGED
|
@@ -16,15 +16,15 @@ You're almost done!
|
|
|
16
16
|
## Usage
|
|
17
17
|
**It's really simple**:
|
|
18
18
|
|
|
19
|
-
- If your **git remote** `origin` refer to your GitHub repo, then just go to your project folder
|
|
19
|
+
- If your **git remote** `origin` refer to your GitHub repo, then just go to your project folder and run:
|
|
20
20
|
|
|
21
21
|
github_changelog_generator
|
|
22
22
|
|
|
23
23
|
- or from anywhere:
|
|
24
24
|
|
|
25
|
-
github_changelog_generator -u
|
|
25
|
+
github_changelog_generator -u github_username -p github_project
|
|
26
26
|
|
|
27
|
-
As output you will get `CHANGELOG.md` file with
|
|
27
|
+
As output you will get `CHANGELOG.md` file with pretty *Markdown-formatted* changelog.
|
|
28
28
|
|
|
29
29
|
### Params:
|
|
30
30
|
Type `github_changelog_generator --help` for detailed usage.
|
|
@@ -57,7 +57,9 @@ And:
|
|
|
57
57
|
- Run with key `-t [your-16-digit-token]`
|
|
58
58
|
- Or set environment variable `CHANGELOG_GITHUB_TOKEN` and specify there your token.
|
|
59
59
|
|
|
60
|
-
i.e. add to your `~/.bash_profile` or `~/.zshrc` or any other place to load ENV variables string
|
|
60
|
+
i.e. add to your `~/.bash_profile` or `~/.zshrc` or any other place to load ENV variables string :
|
|
61
|
+
|
|
62
|
+
export CHANGELOG_GITHUB_TOKEN="your-40-digit-github-token"
|
|
61
63
|
|
|
62
64
|
So, if you got error like this:
|
|
63
65
|
>! /Library/Ruby/Gems/2.0.0/gems/github_api-0.12.2/lib/github_api/response/raise_error.rb:14:in `on_complete'
|
|
@@ -321,7 +321,7 @@ module GitHubChangelogGenerator
|
|
|
321
321
|
github_site = options[:github_site] || 'https://github.com'
|
|
322
322
|
|
|
323
323
|
# Generate tag name and link
|
|
324
|
-
log = "## [#{tag_name}]
|
|
324
|
+
log = "## [#{tag_name}](#{github_site}/#{@options[:user]}/#{@options[:project]}/tree/#{tag_name})\n"
|
|
325
325
|
|
|
326
326
|
#Generate date string:
|
|
327
327
|
time_string = tag_time.strftime @options[:format]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_changelog_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Korolev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|