From 7843029d02c2b7c8decfd8ede1c62e8df0fe9593 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Wed, 5 Jun 2019 11:33:01 +0100 Subject: [PATCH] Tuning automation of release for 1.1.4 Former-commit-id: 3646370f405b69f6c6d22a5bba25742ae7119b19 --- book.json | 2 +- tools/gendocs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book.json b/book.json index dddd9392d..99d3775c5 100644 --- a/book.json +++ b/book.json @@ -6,7 +6,7 @@ "readme": "Foreword.md" }, - "title" : "OWASP Mobile Application Security Verification Standard latest", + "title" : "OWASP Mobile Application Security Verification Standard 1.1.4", "description": "The MASVS is The MASVS is a framework of security requirements needed to design, develop and test secure mobile apps.", "pdf":{ "fontFamily":"Cambria, calibri", diff --git a/tools/gendocs.sh b/tools/gendocs.sh index 1fcbd6129..12b08ad6c 100755 --- a/tools/gendocs.sh +++ b/tools/gendocs.sh @@ -36,7 +36,7 @@ exit 0; fi echo "Running creaton of pdfs and word documents" -rm ../Generated/*.* +mkdir ../Generated sh ./gitbookepubandpdf.sh $TRAVIS_TAG sh ./generate_document.sh $TRAVIS_TAG sh ./generate_document_de.sh $TRAVIS_TAG