From 7bf1064ab347a1815eb744976cf48af2cdefa75d Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Tue, 1 Dec 2015 21:19:50 +0200 Subject: [PATCH] Implemented #13: Implement integration with GitHub - Updated readme. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 560f0bf..33a97f8 100644 --- a/README.md +++ b/README.md @@ -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.