Add release note for upload_maven_file_to_nexus. 00/13600/2
authorBengt Thuree <bthuree@linuxfoundation.org>
Tue, 20 Nov 2018 05:09:27 +0000 (16:09 +1100)
committerBengt Thuree <bthuree@linuxfoundation.org>
Tue, 20 Nov 2018 07:40:33 +0000 (18:40 +1100)
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 <bthuree@linuxfoundation.org>
releasenotes/notes/upload_maven_file_to_nexus-f31b14521e4a0aca.yaml [new file with mode: 0644]

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 (file)
index 0000000..7ac350f
--- /dev/null
@@ -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.
+