From 0e1f630b61e8184de7c1bc87368da1a14e066564 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Wed, 10 Jun 2015 08:34:42 -0400 Subject: [PATCH] Add git-semver Courtesy of @markchalloner. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38bf727..a72e5a1 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [dokku](https://github.com/progrium/dokku) - Docker powered mini-Heroku in around 100 lines of Bash * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Many Git extra utilities. Churn, cut-branch, improved-merge and many more. * [git-extras](https://github.com/visionmedia/git-extras) - Git utilities -- repo summary, repl, changelog population, author commit percentages and more +* [git-semver](https://github.com/markchalloner/git-semver) - Git plugin for easing semantic versioning and changelog validation * [git-sh](https://github.com/rtomayko/git-sh) - A customized Bash environment suitable for Git work * [mr](https://github.com/joeyh/myrepos) - Multiple Respository management tool * [slap](https://github.com/slap-editor/slap) - Sublime-like terminal-based text editor that runs on Node.js