deployer
deployer copied to clipboard
Add commit message to `dep releases`
Hello, is it possible to get the commit message to the dep releases command?
Something like this:
+---------------------+------example.org ------------+--------+-----------+----------------+
| Date (UTC) | Release | Author | Target | Commit | Message |
+---------------------+-------------+----------------+--------+-----------+----------------+
| 2021-11-06 20:51:45 | 1 | Anton Medvedev | HEAD | 34d24192e | First message |
| 2021-11-06 21:00:50 | 2 (bad) | Anton Medvedev | HEAD | 392948a40 | Second message |
| 2021-11-06 23:19:20 | 3 | Anton Medvedev | HEAD | a4057a36c | Third message |
| 2021-11-06 23:24:30 | 4 (current) | Anton Medvedev | HEAD | s3wa45ca6 | Fourth message |
| 2021-11-06 23:24:30 | 5 | Anton Medvedev | HEAD | s3wa45ca6 | Fifth message |
+---------------------+-------------+----------------+--------+-----------+----------------|
Thanks.
Upvote & Fund
- We're using Polar.sh so you can upvote and help fund this issue.
- We receive the funding once the issue is completed & confirmed by you.
- Thank you in advance for helping prioritize & fund our backlog.
I'm not sure it will fit into one table)
Maybe there could be one option such as --long-format or --show-message which will display it if needed? Thanks.
I'm not sure it will fit into one table)
If it doesn't fit you need a bigger screen and/or more resolution 🙈
Use can use commit hash to get git message,