This is an automated email from the ASF dual-hosted git repository. nmalin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git
The following commit(s) were added to refs/heads/master by this push: new 077d4e8 Improved: Forgot to set the stable tag on README 077d4e8 is described below commit 077d4e89b4629bd963f2551cfc1af6b0510523dc Author: Nicolas Malin <nicolas.ma...@nereide.fr> AuthorDate: Wed Apr 9 17:47:24 2025 +0200 Improved: Forgot to set the stable tag on README --- process-ofbiz-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/process-ofbiz-release.sh b/process-ofbiz-release.sh index 5b783e3..e165ea4 100644 --- a/process-ofbiz-release.sh +++ b/process-ofbiz-release.sh @@ -28,6 +28,9 @@ cd .. # Remove unwanted file rm apache-ofbiz-$1/gradle/wrapper/gradle-wrapper.jar apache-ofbiz-$1/plugins/LICENSE apache-ofbiz-$1/plugins/VERSION +# Put stable tag +sed -i -e 's/orange.svg/green.svg/g' apache-ofbiz-$1/README.adoc + # Set the version echo "$1" > apache-ofbiz-$1/VERSION