your-tools / tbump

Bump software releases
BSD 3-Clause "New" or "Revised" License
158 stars 22 forks source link

tbump should be able to make signed tag #133 #170

Closed Rulrn closed 12 months ago

Rulrn commented 12 months ago

Add sign support for git

fixes https://github.com/your-tools/tbump/issues/133

Solution

Same solution as the actual optional argument atomic_push.

Tests

poetry run pytest passes

No new tests were added.

dmerejkowsky commented 12 months ago

Thanks :)