your-tools / tbump

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

add context to error #169

Closed slashformotion closed 1 year ago

slashformotion commented 1 year ago

I generated a tbump.toml file using tbump init and i did not edit the file.src configuration string and subsequently got this error

image

which did not really helped because it took some time to figure out he the ... was the file.src config string. So i changed the error message to make that easy to understand

dmerejkowsky commented 1 year ago

Thanks !

dmerejkowsky commented 1 year ago

Looks like we could also change the file generated by tbump init so that it does not contain ...

Thoughts ?

slashformotion commented 1 year ago

Looks like we could also change the file generated by tbump init so that it does not contain ...

Thoughts ?

Yeah