datalad / datalad-deprecated

DataLad extension for functionality that has been phased out of the core package
Other
0 stars 3 forks source link

Auto-mate releases #53

Closed yarikoptic closed 2 years ago

yarikoptic commented 2 years ago

pretty much duplicating what we do in datalad and not bothering with semver- prefix for labels for now.

edit: FTR -- I would expect no other libraries to depend on datalad-deprecated functionality. If there are such, we should consider moving that functionality in a dedicated extension. With that, I think we could easily use semver "properly" here, and thus do increase MAJOR whenever we do remove (or break API for) some functionality, MINOR when adding new, and PATCH when fixing. I will use labels accordingly now across previously merged PRs

jwodder commented 2 years ago

@yarikoptic By "what we do in datalad", do you mean that you want the CHANGELOG version-checking included?

yarikoptic commented 2 years ago

oh, I forgot about that extra complications. no need -- just pretty much a typical auto setup with released plugin added -- I really like that one. So I guess closer to what we have for dandi-cli.