deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.5k stars 1.48k forks source link

Add commit message to `dep releases` #3544

Open lukepass opened 1 year ago

lukepass commented 1 year ago

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

Fund with Polar

antonmedv commented 1 year ago

I'm not sure it will fit into one table)

lukepass commented 1 year ago

Maybe there could be one option such as --long-format or --show-message which will display it if needed? Thanks.

Schrank commented 1 year ago

I'm not sure it will fit into one table)

If it doesn't fit you need a bigger screen and/or more resolution 🙈

antonmedv commented 1 year ago

Use can use commit hash to get git message,