Closed
Description
Description
An ability to either append or prepend a shortened commit hash to a message.
Possible Solution
Given the change log:
## 0.0.1b5 (2022-05-06)
### Dependencies
- **deps**: update 'requirements.txt'
- **deps**: bump ansible from 5.7.0 to 5.7.1
- **deps-dev**: bump mkdocs-material from 8.2.12 to 8.2.13
### Features
- **#35**: add raw root deployment error JSON as an attachment to the sent event
the feature would provide the user an ability to either prepend commit hashes:
## 0.0.1b5 (2022-05-06)
### Dependencies
- c7e24f2 **deps**: update 'requirements.txt'
- 5c31edf **deps**: bump ansible from 5.7.0 to 5.7.1
- f4df18e **deps-dev**: bump mkdocs-material from 8.2.12 to 8.2.13
### Features
- 514e2b2 **#35**: add raw root deployment error JSON as an attachment to the sent event
or append commit hashes:
## 0.0.1b5 (2022-05-06)
### Dependencies
- **deps**: update 'requirements.txt' c7e24f2
- **deps**: bump ansible from 5.7.0 to 5.7.1 5c31edf
- **deps-dev**: bump mkdocs-material from 8.2.12 to 8.2.13 f4df18e
### Features
- **#35**: add raw root deployment error JSON as an attachment to the sent event 514e2b2
Maybe this is already possible through some sort of customization, but I wasn't able to find what I was looking for. I'm using GitLab behind the scenes, so these plaintext commit hashes would automatically be rendered as links, which would be really useful.
Additional context
No response
Additional context
No response