go-ceph icon indicating copy to clipboard operation
go-ceph copied to clipboard

apiage: detect APIs that should be stable now

Open phlogistonjohn opened this issue 3 years ago • 0 comments

The apiage tool should be able to detect when an API is now ready to be marked stable. For example, we could input the current git tag and if the version number is greater than or equal to the "expected stable in version" value for preview apis the tool would produce an error indicating the APIs should be made stable.

This could also be a specific CI job - running this on PRs would not help contributors but a specific job for maintainers could serve as a reminder to fix up the docs and build tags, etc.

phlogistonjohn avatar Oct 04 '21 14:10 phlogistonjohn