From 662e6fee95dd5a4f1c153383bb88ce30988e7bac Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Fri, 21 May 2021 14:25:18 +0200
Subject: [PATCH] - - updated README: added building releases

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 525038c..580efa7 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,18 @@ Please note, only release builds are supported and will have version or release
    &rarr; Try an example command from below  
    `perl bin\slubsipbuilderbagit.pl`...
 
+## Building Releases
+
+### Debian 10
+1. Check external dependencies:  
+   &rarr; i.e. Appropriate rights schema version included?
+2. Build ZIP archive with release version:  
+   `cd SLUB_SIP_Builder`  
+   `bash build_release.sh`  
+   &rarr; creates a ZIP file like`SLUB_SIP_Builder.version-XYZ-master.zip`
+3. Create gitlab release
+4. Add zip archive to gitlab release
+
 ## Documentation
 * The Project is based on the BagIt 1.0 specification, visit [RFC8493](https://tools.ietf.org/html/rfc8493) for more information.
 * For valid SIP examples based on operating systems, please have a look at `export_dir_kitodo/bagit/lin_*` or `export_dir_kitodo/bagit/win_*`
-- 
GitLab