From b41ed12b52fa561371cf57cd03520f405e82623e Mon Sep 17 00:00:00 2001 From: Justin Reasoner Date: Wed, 11 May 2016 10:25:50 -0400 Subject: [PATCH] Nice to know the commit message variable is available too --- Interpolation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Interpolation.md b/Interpolation.md index 0e75d54..50e970c 100644 --- a/Interpolation.md +++ b/Interpolation.md @@ -8,6 +8,7 @@ Where something can be one of the following: * **COMMIT** - The commit hash * **SHORT_COMMIT** - The shortened version of the commit hash * **COMMIT_EMAIL** - The email address of the committer +* **COMMIT_MESSAGE** - The message written by the committer * **COMMIT_URI** - The URL to the commit * **BRANCH** - The name of the branch * **BRANCH_URI** - The URL to the branch