From f81dc4130ace31134d18d69100b2e7d8599e9e51 Mon Sep 17 00:00:00 2001 From: Emina Ahmetovic Date: Mon, 15 Feb 2021 09:58:55 +0100 Subject: Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f6cdea49..d43714e8 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,26 @@ -Release notes +# Release notes -Overview of necessary steps +### Overview of necessary steps 1. Release on Joinup page -2. Push code to public git repo: git.egiz.gv.at +2. Push code to public git repo 3. Add release news to the website -1.Release on Joinup page +#### 1. Release on Joinup page To add contribution on Joinup page, both release folder and maven repository are necessary. Create release folder by running: -./gradle jar sourcesJar war distZip distTar releases +`./gradle jar sourcesJar war distZip distTar releases` With this command, a release folder is created. -Note: The release version should be without snapshot! + +**Note**: The release version should be without snapshot! + Release folder needs to be uploaded to https://apps.egiz.gv.at/releases/pdf-as/release/ Create mvn repo folder by running: -./gradle uploadArchives +`./gradle uploadArchives` The generated mvn repo needs to be uploaded to https://apps.egiz.gv.at/maven/at/gv/egiz/pdfas/ @@ -28,6 +30,8 @@ Make a new "release" on PDF-AS page on Joinup. The release version should contai https://joinup.ec.europa.eu/collection/e-government-innovation-center-egiz/solution/pdf -2. Push source code with tag also to http://git.egiz.gv.at/pdf-as-4/ (this is the public EGIZ GIT REPO) +#### 2. Push source code to public git + +Run git push with tag also to https://git.egiz.gv.at/pdf-as-4/ (this is the public EGIZ GIT REPO) -3. Add release notes to EGIZ or ASIT website! +#### 3. Add release notes to EGIZ or ASIT website! -- cgit v1.2.3