markt-asf commented on PR #2729: URL: https://github.com/apache/incubator-opendal/pull/2729#issuecomment-1660444569
There are two possible approaches: - X.Y.Z-RC1, X.Y.Z-RC2, etc and then once an RC passes that tag gets copied to X.Y.Z - X.Y.Z, X.Y.Z+1, X.Y.Z+2 etc and you only release the versions where the vote passed Different projects use different approaches. Tomcat uses the second approach. Commons uses the first. In either approach it is the files that are voted on that are released. In the first approach, some renaming of voted on artifacts from X.Y.Z-RCn to Z.Y.Z may be required (and is allowed since it doesn't break hashes or signatures). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
