b7f97df101
* Fix DOCS.md example configuration with custom message from file * Move .test.message to a better named file * Add support for additional, custom extra vars to be used in the message template * Add cmdline/envvars to support the extra vars * Enhance DOCS.md with example configuration using generic template file with custom vars * Add testcase for custom template vars
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
Sample message template loaded from file.
|
|
|
|
*Environ:* {{tpl.env}}
|
|
*Version:* {{tpl.version}}
|
|
|
|
Commit msg: {{commit.message}}
|
|
|