From: Bengt Thuree Date: Tue, 20 Nov 2018 05:09:27 +0000 (+1100) Subject: Add release note for upload_maven_file_to_nexus. X-Git-Tag: v0.19.0~9 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=06f9c845e0bdc1bcbd80a61460c06eb670c378f4;p=releng%2Flftools.git Add release note for upload_maven_file_to_nexus. This patch is just to add a release note to earlier provided and merged patch. Issue: RELENG-1373 Change-Id: I108b4253175d989c1d27686b5599d1df32b8e39e Signed-off-by: Bengt Thuree --- diff --git a/releasenotes/notes/upload_maven_file_to_nexus-f31b14521e4a0aca.yaml b/releasenotes/notes/upload_maven_file_to_nexus-f31b14521e4a0aca.yaml new file mode 100644 index 00000000..7ac350fd --- /dev/null +++ b/releasenotes/notes/upload_maven_file_to_nexus-f31b14521e4a0aca.yaml @@ -0,0 +1,13 @@ +--- +features: + - | + Refactored upload_maven_file_to_nexus function + from shell/deploy to pure Python to be more portable with Windows systems. + Also added a number of unit tests to cover all executable branches of the + code. + +deprecations: + - | + shell/deploy script's upload_maven_file_to_nexus + function is now deprecated and will be removed in a future release. +