Skip to content

Commit

Permalink
Implemented #13: Implement integration with GitHub
Browse files Browse the repository at this point in the history
 - Updated readme.
  • Loading branch information
andkirby committed Dec 1, 2015
1 parent 8b5cb00 commit 7bf1064
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ $ commithook install

## Release notes
- v2.x-dev
- Added an ability to test project files before commit via `commithook test` in GIT directory.
- Refactored validation commit message.
- Added an ability to customize the commit message format.
- (#13) Added an integration with GitHub (for short commit message).
- Added an ability to test project files before commit via `commithook test` in GIT directory.
- Refactored validation commit message.
- Added an ability to customize the commit message format.
- Added supporting automatic commit messages made by GitFlow process from SourceTree (it starts with word 'Finish').
- Added an ability to validate issue status by white list.
- Added an ability to validate issue status by white list.
- v1.8.0 Improved recognizing short commit message format.
- v1.7.0b JIRA integration. Integrated short commit message format. Removed blocking by the code validation for multi-line 'if' conditions in PHTML.
- v1.6.9 Fixed generating paths on install hook files into a project.
Expand Down

0 comments on commit 7bf1064

Please sign in to comment.