- Compose your missing data based of git log pretty formats,
- Choose a environment variable name linked to this missing data using the prefix
GIT_COMMIT_
, - Update the
entrypoint.sh
to generate the environment variable content,- Adding template format using naming convention
TEMPLATE_COMMIT_
prefix and_FORMAT
suffix, - Use
git_log_format
method to generate the content of your new environment variable.
- Adding template format using naming convention
- Update the
tests/git_log_format.bats
to validate your new environment variable generation, - Run
npm test
to validate your new tests, - Update the
README.md
file to document your new environment variable, - Create a new Pull-request to be reviewed.