Hey Luke, Thanks for working on the release for 3.4.1. I was working on some cherry picks and I noticed that branch 3.4 doesn't contain the commit/tag for 3.4.1. I think we are supposed to merge the tag back to the 3.4 branch. E.g.:
> Merge the last version change / rc tag into the release branch and bump the > version to 0.10.0.1-SNAPSHOT > > git checkout 0.10.0 > git merge 0.10.0.0-rc6 from: https://cwiki.apache.org/confluence/display/KAFKA/Release+Process Did we forget to do that part? Thanks! -- -José