This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-tooling-release.git
commit 67e16ba10910410c6395af3c66f2cfbf98fe67fc Author: Stefan Seifert <[email protected]> AuthorDate: Wed Nov 26 10:06:37 2025 +0100 add instructions --- generate_javadoc_for_release.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/generate_javadoc_for_release.sh b/generate_javadoc_for_release.sh index 94f26a8..d9f035c 100755 --- a/generate_javadoc_for_release.sh +++ b/generate_javadoc_for_release.sh @@ -1,5 +1,13 @@ #!/bin/bash -e +## How to use this script: +## 1. Adjust the VERSION variable below to the desired Sling release version +## 2. Run this script +## +## Important: This script creates and "out" folder with a "feature.json" with the bundle list and the checked out folders. +## This folder is not deleted on subsequent runs to avoid re-downloading everything. +## If you want to re-generate everything, please delete the "out" folder first. + VERSION=14-SNAPSHOT WORKDIR=out ALLOW_SNAPSHOT=0
