Recently we released new versions of sp-core and sp-runtime using subpub paritytech/substrate#12599. A follow up was required to release a couple of higher level crates: paritytech/substrate#12716.
However using subpub tried to bump all those already released crates again:

I did it manually in the end which was fairly simple, however it would be good to be able to have an option to not bump all those already released crates. Either explicitly exclude some crates by name e.g. sp-core or specify to only bump the crate to be released.