ctubbsii commented on pull request #136: URL: https://github.com/apache/accumulo-testing/pull/136#issuecomment-777699082
> > Once you are happy with these fixes, you could push them to a `2.1` branch for development testing until we release 2.1. > > Another option is to tag a release for 2.0 and then make `main` work with 2.1.0-SNAPSHOT. @ctubbsii what do you think would be easiest? Making main work with 2.1.0-SNAPSHOT would be convenient for developers. We don't perform releases from this repo, so we should avoid referring to it by that term, which has a specific meaning within the ASF. I prefer a 2.0 branch rather than a tag, though, because we don't need to freeze the testing code for 2.0 just because we're not doing releases of Accumulo 2.0 anymore. For example, we may wish to write a new test for 2.1, and maintain an equivalent version of it for 2.0 to compare the differences between the two Accumulo release lines. You can do that with a 2.0 branch, but not with a tag. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
