Steve Gilvarry
06a8fe8169
Add release-branch option to filter the Pull Requests by those applied on a partcular release branch
2015-11-18 16:56:27 +11:00
Steve Gilvarry
3fdf0c64df
Add options to def self.user_and_project_from_git to fix parser.rb:193 wrong number of arguments (1 for 0)
2015-11-12 07:55:54 +11:00
Petr Korolev
645f96ace6
Merge pull request #298 from olleolleolle/refactor/reader-positive-boolean
...
[refactor] Reader: positive Boolean; unused #map
2015-10-23 16:49:36 +03:00
Olle Jonsson
dd0d82ab91
[refactor] Fix YARD datatype, use #map
2015-10-23 07:44:20 +02:00
Olle Jonsson
8a87be8f4e
Reader: use positive Boolean, drop unused #map
2015-10-23 07:32:52 +02:00
Petr Korolev
8f78bb0cc6
Merge pull request #296 from olleolleolle/feature/introduce-parsererror-class
...
Introduce ParserError exception class
2015-10-22 15:25:54 +03:00
Olle Jonsson
3fb75c825f
Lint: rename to avoid getter naming
...
- fixed Rake task, too
2015-10-22 00:09:25 +02:00
Olle Jonsson
d227464c33
Rubocop: less complex methods
...
- Changed one thing: failed return value on printing the banner when
no user or project was found.
2015-10-21 23:42:33 +02:00
Olle Jonsson
5a9928c18a
Introduce ParserError exception class
2015-10-21 23:13:42 +02:00
John Keiser
fdb89ea805
Add base option to RakeTask
2015-09-30 11:28:21 -07:00
Olle Jonsson
6d36d007ad
ParserFile: support values with equals signs
2015-09-22 21:59:24 +02:00
Petr Korolev
d79e70b267
Update gemspec to version 1.9.0
2015-09-17 11:59:30 +03:00
Dlani Mendes
ba7c565374
Rspec and README
2015-09-17 11:59:02 +03:00
Olle Jonsson
eccecd6875
Feature: exclude_tags using regular expression
2015-09-17 11:59:01 +03:00
Dlani Mendes
0862e54f42
Auto parse options from file .github_changelog_generator
2015-09-17 11:59:01 +03:00
Petr Korolev
d14694a6d6
Merge branch 'release/1.8.5'
2015-09-15 09:06:03 +03:00
Petr Korolev
aa64fa131c
Update gemspec to version 1.8.5
2015-09-15 09:06:00 +03:00
Olle Jonsson
14d7c29808
Rake task: Be able to set false value in config
2015-09-15 00:35:07 +02:00
Petr Korolev
0a7c4886ec
Update gemspec to version 1.8.4
2015-09-01 09:13:37 +03:00
Petr Korolev
b902897a22
This commit will fix #274 .
2015-09-01 09:13:27 +03:00
Petr Korolev
b0f264a928
Update gemspec to version 1.8.3
2015-08-31 15:41:25 +03:00
Raphaël Pinson
1ec72afe32
Do not alter pull_requests while iterating on it
...
Deleting elements of an array while iterating on it
results in never seeing the last element.
> a = [1,2,3]
=> [1, 2, 3]
> a.each do |e|
> p a
> a.delete(e)
> end
[1, 2, 3]
[2, 3]
=> [2]
2015-08-31 15:15:42 +03:00
Petr Korolev
1589df3959
Update gemspec to version 1.8.2
2015-08-26 17:02:00 +03:00
Petr Korolev
a0779a5811
This fix #270
2015-08-26 17:01:18 +03:00
Petr Korolev
5a5de9ee4a
Update gemspec to version 1.8.1
2015-08-25 17:31:54 +03:00
Petr Korolev
7e21aacecc
simpify expressin & update change log
2015-08-25 17:31:05 +03:00
Raphaël Pinson
0fae7e0f9e
Use since_tag as default for older_tag
2015-08-25 17:31:05 +03:00
Raphaël Pinson
953d2813fb
Honor labels in PRs, fix #266
2015-08-25 17:31:04 +03:00
Petr Korolev
bc37d0277b
update change log
2015-08-25 15:15:30 +03:00
Petr Korolev
c4846b7ef9
Merge branch 'develop' into feature/fix-262
2015-08-25 15:10:04 +03:00
Petr Korolev
d09dad30f4
update change log
2015-08-25 15:08:09 +03:00
Petr Korolev
82dd0b3cce
This commit close #262
2015-08-25 14:27:40 +03:00
Petr Korolev
1ae86e3cb2
rename and convert string to sybol
2015-08-25 13:14:04 +03:00
Petr Korolev
d7b5d77bbf
Update gemspec to version 1.8.0
2015-08-24 17:55:23 +03:00
Petr Korolev
80b40d1b36
Merge branch 'feature/due-tag' into develop
2015-08-24 17:52:09 +03:00
Petr Korolev
4261c3494e
Add due-tag option and tests
2015-08-24 17:29:07 +03:00
Petr Korolev
d138644925
add docs
2015-08-24 16:47:37 +03:00
Raphaël Pinson
73d4415e14
Add release_url to rake task options
2015-08-24 14:55:57 +02:00
Petr Korolev
8c35215697
Merge branch 'dev/no_replace' of https://github.com/raphink/github-changelog-generator into raphink-dev/no_replace
2015-08-24 14:43:05 +03:00
Raphaël Pinson
9acca33bc2
Test if @options[:base] is set
2015-08-12 16:35:47 +02:00
Petr Korolev
4aa9c61520
Merge pull request #259 from raphink/dev/release_url
...
Add release_url option
2015-08-09 17:08:52 +03:00
Raphaël Pinson
bfae7b9a45
Auto detect since tag from base file
2015-08-05 10:57:08 +02:00
Raphaël Pinson
4202b95076
Add --base option
2015-08-05 10:40:28 +02:00
Raphaël Pinson
4856a3c8e9
Add release_url option
2015-08-05 10:31:16 +02:00
Raphaël Pinson
5d9b44eac3
Add a rake task
2015-08-05 10:26:29 +02:00
Raphaël Pinson
32f4df5742
Add --since-tag option
...
Fix #254
2015-08-04 16:15:33 +02:00
Raphaël Pinson
0190d417c2
Typo
2015-08-04 14:56:39 +02:00
Petr Korolev
016f5e690c
Update gemspec to version 1.7.0
2015-07-16 17:22:56 +03:00
Petr Korolev
f215694ffb
update chanhelog
2015-07-16 15:32:02 +03:00
Petr Korolev
68a045da22
fix: fix help message
2015-07-16 15:29:17 +03:00