paritytech / parity-publish

A tool to manage publishing Parity's crates
Apache License 2.0
4 stars 1 forks source link

Add command to bump versions #7

Closed Morganamilo closed 1 year ago

Morganamilo commented 1 year ago

I'm not 100% sure how this should work just yet. My gut feeling is some sort of config file per repo that specified how crates are grouped, which ones to ignore and all that. Then maybe signalling breaking changes in some sort of "config file" that we build up after each release to figure out if we bump minor/major/patch.

Morganamilo commented 1 year ago

Currently just major bumping everything. That seems to do for now.