pkgjs / wiby

"Will I break you" - a tool for testing dependents
Apache License 2.0
33 stars 7 forks source link

`wiby clean` command #79

Closed dominykas closed 3 years ago

dominykas commented 3 years ago

At the moment, wiby test creates a branch called wiby-[dep name] in the dependent repos. There is nothing to clean this up - running a new wiby test will fail if the branch already exists.

wiby test should not fail on existing branch - but that is a separate, larger problem (I'll create a separate issue), but in the meantime - deleting the wiby-wiby branch manually on wiby-test/* repos is a hassle during development.

wiby clean should take the following options:

ghinks commented 3 years ago

I"ll have a look at this if you are not already doing so?

dominykas commented 3 years ago

I'm almost done with this, will likely PR today (or this week).

dominykas commented 3 years ago

:tada: This issue has been resolved in version 0.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: