Fully rewrite existing change and do not amend
Currently if change exists on review, updateReleaseMetadata
method will download existing change and will do commit amend.
This leads to incremental changes - if some files were existing
in previous patchset and there are no such files in new commit,
resulting patchset will contain them anyway. To avoid this
we should disable amending on git commit.
Change-Id: I69611148b4116bcb3cd3b430033b137ecae9128b
Related-Prod: https://mirantis.jira.com/browse/PROD-32122
1 file changed