Today I again came across an [issue which I have with the instrument/vocal credit standardization](https://tickets.metabrainz.org/browse/PICARD-2828) in Picard, so I decided to submit a PR for that myself 😅
I wanted to add a config upgrade hook for best compatibility, but now I am wondering which version I should target.
Is it Picard 3.0 or will there be a 2.14 release? My branch currently targets master, so I guess 3.0 but in case this feature gets backported the hook would still have to target a version 2.x?
zas[m] joined the channel
zas[m]
We focus on Picard 3, 2.x branch will be fixes/maintenance only (no new feature in this branch)
kellnerd[m]
Ok, so I will try to add a hook for 3.0.0dev5, or should I bump PICARD_VERSION = Version(3, 0, 0, 'dev', 5) to dev6?
(There is already a hook for dev5: Ensure "replace_dir_separator" contains no directory separator)
zas[m]
Yes, increase the version if needed to add a new hook