-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
39 lines (32 loc) · 923 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Changes
=======
## v1.0.0
### Added
* Run by the most recent commit when no args
### Fixed
* Fix golint errors
* Fix opening the merged Pull Request problem
* Remove unsed replacing hub package process
* Fix hub error on test
* Fix always specified version option problem
### Changed
* Disable browser path configuration
* Run dependencies package before running test
* Add cli test
* Get GITHUB_TOKEN env variable as Github access token before getting it from config file
* Update README contents
* Enable vendor cache on travis
* Add travis status
* Remove secret token key
## v0.0.3
* Add short command option and usage
* Add print PullRequest url option
* Add print Issue API url option
* Add open any browser option
* Add version option
## 0.0.2
* Add document link
* Raise not found error when Pull reqesut is not found
* Add debug option
## 0.0.1
First release!