From 06f9c845e0bdc1bcbd80a61460c06eb670c378f4 Mon Sep 17 00:00:00 2001 From: Bengt Thuree Date: Tue, 20 Nov 2018 16:09:27 +1100 Subject: [PATCH] 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 --- .../notes/upload_maven_file_to_nexus-f31b14521e4a0aca.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 releasenotes/notes/upload_maven_file_to_nexus-f31b14521e4a0aca.yaml 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. + -- 2.16.6