Update ruby proto version file during release
Fixes #1829 (closed)
Before this change, ruby/proto/gitaly/version.rb
depended on VERSION
, which gets updated during a release. After a release, this would create a mismatch between those two files, which would cause make verify
to fail.
The solution in this MR is that we no longer update ruby/proto/gitaly/version.rb
during make proto
. Instead, it becomes the responsibility of _support/release
to update ruby/proto/gitaly/version.rb
.
Edited by GitLab Release Tools Bot