your-tools / tbump

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

fix removing nonexistent element from list #153

Closed michaelboulton closed 1 year ago

michaelboulton commented 1 year ago

Fixes:

    operations.remove("push_tag")
ValueError: list.remove(x): x not in list

when specifying --no-push and --no-tag-push

dmerejkowsky commented 1 year ago

Thanks!